Skip to content

Commit

Permalink
cargo: downgrade fraction
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed May 20, 2024
1 parent ed61a56 commit ce43159
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 @@ -14,7 +14,7 @@ rust-version = "1.73.0"

[dependencies]
bitvec = { version = "1.0", optional = true, features = ["std", "alloc"] }
fraction = { version = "0.15", optional = true }
fraction = { version = "0.11", optional = true }
num-bigint = { version = "0.4", optional = true}
smallvec = { version = "1.13.2", features = ["const_new", "union"] }
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit ce43159

Please sign in to comment.