Skip to content

Commit

Permalink
stop cargo publish complaining about * dep
Browse files Browse the repository at this point in the history
would've been nice if cargo-publish --dry-run would have warned about this
  • Loading branch information
matsadler committed Aug 20, 2023
1 parent 2458d55 commit 4384498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bytes = { version = "1", optional = true }

[dev-dependencies]
magnus = { path = ".", features = ["embed", "rb-sys-interop"] }
rb-sys = { version = "*", default-features = false, features = ["stable-api-compiled-fallback"] }
rb-sys = { version = "0.9", default-features = false, features = ["stable-api-compiled-fallback"] }

[build-dependencies]
rb-sys-env = "0.1.2"
Expand Down

0 comments on commit 4384498

Please sign in to comment.