Skip to content

Commit 2d8665e

Browse files
author
fedor
committed
fixed mint problem
1 parent 5c93141 commit 2d8665e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ version = "0.2.0"
44

55
[dependencies]
66
bulletrs-sys = { path = "./bulletrs-sys" }
7-
mint = "0.5.0"
7+
mint = "0.4.2"
88

99
[dev-dependencies]
1010
cgmath = { version = "0.15.0", features = ["mint"] }
1111

1212
[patch.crates-io]
13-
"mint" = { git = "https://github.com/not-fl3/mint.git" }
14-
13+
"mint" = { git = "https://github.com/not-fl3/mint.git", branch = "fake_0.4.2" }

0 commit comments

Comments
 (0)