Skip to content

Commit d5737ba

Browse files
committed
use specific version
1 parent 58915ef commit d5737ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@ rayon={version="1.10.0", optional=true}
5252
dirs={version="6.0.0", optional=true}
5353
bitcode = {version="0.6.6",features = ["serde"],optional = true}
5454
serde = {version = "1.0.219", features = ["derive"], optional = true}
55-
rupl={version = "0.1.1",path="../rupl",default-features = false}
56-
kalc-lib={version="1.5.0",default-features=false,features = ["fastrand"],path="../kalc-lib"}
55+
#rupl={version = "0.1.1",path="../rupl",default-features = false}
56+
#kalc-lib={version="1.5.1",default-features=false,features = ["fastrand"],path="../kalc-lib"}
57+
kalc-lib={version="1.5.1",default-features=false,features = ["fastrand"]}
58+
rupl={version = "0.1.2",default-features = false}

0 commit comments

Comments
 (0)