Skip to content

Commit 86eab9c

Browse files
committed
Fix: rand bump to invalid version (closes #64)
1 parent 30ed36b commit 86eab9c

File tree

2 files changed

+15
-96
lines changed

2 files changed

+15
-96
lines changed

Cargo.lock

Lines changed: 14 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ form_urlencoded = "1.1.0"
3636
serde_urlencoded = "0.7.1"
3737
totp-rs = { version = "5.5.1", features = ["otpauth", "qr", "gen_secret"] }
3838
web-time = "1.1.0"
39-
rand = "0.9.5"
39+
rand = "0.8"
4040
leptos-chartistry = "0.1.7"
4141

4242
[features]

0 commit comments

Comments
 (0)