Use updated crates.io release for dev dependencies

The versions on crates.io now have the patches we need upstreamed.
This commit is contained in:
Mahmoud Al-Qudsi
2024-01-11 16:58:32 -06:00
parent 40feed56cf
commit fdbda18418
2 changed files with 9 additions and 13 deletions

View File

@@ -46,8 +46,8 @@ rand_pcg = "0.3.1"
serial_test = "0.4.0"
[build-dependencies]
cc = { git = "https://github.com/mqudsi/cc-rs", branch = "fish" }
rsconf = { git = "https://github.com/mqudsi/rsconf", branch = "master" }
cc = "1.0.83"
rsconf = "0.1.1"
[lib]
crate-type = ["staticlib"]