We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb0ae3 commit fc08187Copy full SHA for fc08187
1 file changed
Cargo.toml
@@ -7,7 +7,7 @@ edition = "2024"
7
tokio = { version = "1.47.1", features = ["full"] }
8
serde_json = "1.0.143"
9
tower-lsp-server = "0.22.1"
10
-simplicityhl = { git = "https://github.com/BlockstreamResearch/SimplicityHL.git", version = "0.2.0" }
+simplicityhl = { git = "https://github.com/BlockstreamResearch/SimplicityHL.git", rev = "e68e1c6" }
11
dashmap = "6.1.0"
12
ropey = "1.6.1"
13
log = "0.4.28"
0 commit comments