Refuse versions of rand before 0.8.5
https://github.com/ISibboI/evalexpr/pull/102#discussion_r845129883
This commit is contained in:
parent
7227d02a9c
commit
3358ba3c4a
@ -26,7 +26,7 @@ path = "src/lib.rs"
|
||||
regex = { version = "1.5.5", optional = true}
|
||||
serde = { version = "1.0.133", optional = true}
|
||||
serde_derive = { version = "1.0.133", optional = true}
|
||||
rand = { version = "0.8", optional = true}
|
||||
rand = { version = "0.8.5", optional = true}
|
||||
|
||||
[features]
|
||||
serde_support = ["serde", "serde_derive"]
|
||||
|
Loading…
Reference in New Issue
Block a user