From 4384498af1cf877a4cd30e43f4186d94016762cb Mon Sep 17 00:00:00 2001 From: Mat Sadler Date: Sun, 20 Aug 2023 16:35:31 -0700 Subject: [PATCH] stop cargo publish complaining about * dep would've been nice if cargo-publish --dry-run would have warned about this --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffb1d7af..6d8e6eea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"