Skip to content

Commit 6d98d69

Browse files
committed
Use a released version of gluon_salsa
1 parent e3533a5 commit 6d98d69

File tree

2 files changed

+34
-40
lines changed

2 files changed

+34
-40
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ futures = { version = "0.3.1", default-features = false }
4343
codespan = "0.9"
4444
codespan-reporting = "0.9"
4545
pin-project-lite = { version = "0.1", optional = true }
46-
salsa = { path = "../salsa" }
46+
salsa = { version = "0.15.2", package = "gluon-salsa" }
4747

4848
serde = { version = "1.0.0", optional = true }
4949
serde_state = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)