diff --git a/Cargo.lock b/Cargo.lock index 06d6c86..cd247cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,8 +200,8 @@ dependencies = [ [[package]] name = "codeowners" -version = "0.3.1" -source = "git+https://github.com/rubyatscale/codeowners-rs.git?branch=main#c8a5d535a9ccb286b8a2274ff98bd52c058908e4" +version = "0.3.2" +source = "git+https://github.com/rubyatscale/codeowners-rs.git?tag=v0.3.2#49629b131eb788916ff5e6722719513026260480" dependencies = [ "clap", "clap_derive", diff --git a/ext/code_ownership/Cargo.toml b/ext/code_ownership/Cargo.toml index 1297906..d9eff24 100644 --- a/ext/code_ownership/Cargo.toml +++ b/ext/code_ownership/Cargo.toml @@ -17,7 +17,7 @@ rb-sys = { version = "0.9.111", features = [ magnus = { version = "0.8" } serde = { version = "1.0.219", features = ["derive"] } serde_magnus = "0.10" -codeowners = { git = "https://github.com/rubyatscale/codeowners-rs.git", branch = "main" } +codeowners = { git = "https://github.com/rubyatscale/codeowners-rs.git", tag = "v0.3.2" } [dev-dependencies] rb-sys = { version = "0.9.117", features = [ diff --git a/lib/code_ownership/code_ownership.bundle b/lib/code_ownership/code_ownership.bundle index e2fa8ff..6eac029 100755 Binary files a/lib/code_ownership/code_ownership.bundle and b/lib/code_ownership/code_ownership.bundle differ diff --git a/lib/code_ownership/version.rb b/lib/code_ownership/version.rb index 4b66e08..b1ba936 100644 --- a/lib/code_ownership/version.rb +++ b/lib/code_ownership/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module CodeOwnership - VERSION = '2.1.1' + VERSION = '2.1.2' end