Skip to content

Commit

Permalink
downgrade derive_more
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Dec 4, 2024
1 parent 424342f commit bc9ec1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazer/sdk/rust/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"
byteorder = "1.4.3"
anyhow = "1.0.70"
serde = { version = "1.0.209", features = ["derive"] }
derive_more = { version = "1.0.0", features = ["from"] }
derive_more = { version = "0.99.18", features = ["from"] }
itertools = "0.13.0"
rust_decimal = "1.36.0"

0 comments on commit bc9ec1a

Please sign in to comment.