chore: Use gasket dep from crates.io (#249)

This commit is contained in:
Santiago Carmuega 2023-04-14 02:27:06 +02:00 committed by GitHub
parent 46dd2a685f
commit b2ad646cf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]