Skip to content

Commit

Permalink
Update rosu-mods to v0.2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami authored and MaxOhn committed Nov 23, 2024
1 parent 346e4b3 commit a5b966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ leaky-bucket-lite = { version = "0.5" }
hyper = { version = "0.14", default-features = false, features = ["client"] }
hyper-rustls = { version = "0.24.1", default-features = false, features = ["http1", "http2", "native-tokio"] }
itoa = { version = "1.0.9" }
rosu-mods = { version = "0.1.0", features = ["serde"] }
rosu-mods = { version = "0.2.0", features = ["serde"] }
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
serde_json = { version = "1.0", default-features = false, features = ["std", "raw_value"] }
serde_urlencoded = { version = "0.7.1" }
Expand Down

0 comments on commit a5b966b

Please sign in to comment.