Skip to content

Commit fc08187

Browse files
committed
Cargo: pin SimplicityHL crate dependency to commit e68e1c6 instead of 0.2.0 version
1 parent acb0ae3 commit fc08187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
tokio = { version = "1.47.1", features = ["full"] }
88
serde_json = "1.0.143"
99
tower-lsp-server = "0.22.1"
10-
simplicityhl = { git = "https://github.com/BlockstreamResearch/SimplicityHL.git", version = "0.2.0" }
10+
simplicityhl = { git = "https://github.com/BlockstreamResearch/SimplicityHL.git", rev = "e68e1c6" }
1111
dashmap = "6.1.0"
1212
ropey = "1.6.1"
1313
log = "0.4.28"

0 commit comments

Comments
 (0)