chore: Use gasket dep from crates.io (#249)
This commit is contained in:
parent
46dd2a685f
commit
b2ad646cf5
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ thiserror = "1.0.31"
|
|||
tokio = { version = "1", features = ["net", "macros", "io-util"] }
|
||||
tracing = "0.1.37"
|
||||
|
||||
gasket = { git = "https://github.com/construkts/gasket-rs" }
|
||||
gasket = "0.2.0"
|
||||
# gasket = { git = "https://github.com/construkts/gasket-rs" }
|
||||
# gasket = { path = "../../../construkts/gasket-rs" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue