Skip to content

Commit 455086c

Browse files
authored
Merge pull request #6 from rubyatscale/fix.rust-comp
fix compilation
2 parents 2e21c21 + 85577c8 commit 455086c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/fast_code_owners/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ rb-sys = { version = "0.9.117", features = [
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", branch = "ph.fast-file-check" }
21-
codeowners = { path = "/Users/perryhertler/workspace/rubyatscale/codeowners-rs" }
20+
codeowners = { git = "https://github.com/rubyatscale/codeowners-rs.git", branch = "ph.fast-file-check" }
2221

2322
[dev-dependencies]
2423
rb-sys = { version = "0.9.117", features = [

0 commit comments

Comments
 (0)