We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7c7fd commit dd7ff0cCopy full SHA for dd7ff0c
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "lean-sys"
3
-version = "0.0.7"
+version = "0.0.8"
4
authors = [
5
"Jad Ghalayini <jeg74@cl.cam.ac.uk>",
6
"Mario Carneiro <mcarneir@andrew.cmu.edu>",
@@ -27,5 +27,5 @@ static_assertions = "1.1.0"
27
parking_lot = "0.12"
28
29
[dev-dependencies]
30
-rand = "0.8"
31
-rand_xoshiro = "0.6"
+rand = "0.9"
+rand_xoshiro = "0.7"
0 commit comments