Skip to content

Commit

Permalink
update mimalloc version
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Jun 10, 2024
1 parent 1a83c09 commit 03d84e9
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 @@ -25,7 +25,7 @@ name = "rnacos"
path = "src/main.rs"

[dependencies]
mimalloc = { version = "*", features = ["secure"] }
mimalloc = { version = "0.1", features = ["secure"] }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
serde_urlencoded = "0.7"
Expand Down

0 comments on commit 03d84e9

Please sign in to comment.