Skip to content

Commit fb94b81

Browse files
authored
Remove rustversion pin (#1664)
## Which issue does this PR close? Follow up on #1644 to remove the pin. - Closes #. ## What changes are included in this PR? ## Are these changes tested?
1 parent 2a3909f commit fb94b81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ rand = "0.8.5"
102102
regex = "1.10.5"
103103
reqwest = { version = "0.12.12", default-features = false, features = ["json"] }
104104
roaring = { version = "0.11" }
105-
# Until https://github.com/elastio/bon/pull/336/ has been resolved
106-
rustversion = "1.0.19"
107105
rust_decimal = "1.37.1"
108106
serde = { version = "1.0.219", features = ["rc"] }
109107
serde_bytes = "0.11.17"

0 commit comments

Comments
 (0)