Skip to content

Commit 222bc83

Browse files
committed
Fix regression in package.yml metadata.owner key
As far as I can tell, this key was not intentionally removed and its presence is missed. Based on issues reported, We're restoring support rather than fix all the other things that depend on it. Fixes: #141
1 parent decc018 commit 222bc83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ext/code_ownership/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
rb-sys = { version = "0.9.111", features = [
13-
"bindgen-rbimpls",
14-
"bindgen-deprecated-types",
15-
"stable-api-compiled-fallback",
13+
"bindgen-rbimpls",
14+
"bindgen-deprecated-types",
15+
"stable-api-compiled-fallback",
1616
] }
1717
magnus = { version = "0.7.1" }
1818
serde = { version = "1.0.219", features = ["derive"] }
1919
serde_magnus = "0.9.0"
20-
codeowners = { git = "https://github.com/rubyatscale/codeowners-rs.git", tag = "v0.3.0" }
20+
codeowners = { git = "https://github.com/rubyatscale/codeowners-rs.git", tag = "v0.3.1" }
2121

2222
[dev-dependencies]
2323
rb-sys = { version = "0.9.117", features = [
24-
"link-ruby",
25-
"bindgen-rbimpls",
26-
"bindgen-deprecated-types",
27-
"stable-api-compiled-fallback",
24+
"link-ruby",
25+
"bindgen-rbimpls",
26+
"bindgen-deprecated-types",
27+
"stable-api-compiled-fallback",
2828
] }
2929

3030
[build-dependencies]

0 commit comments

Comments
 (0)