Merge pull request #49 from dave-tucker/deps

Update dependency
pull/52/head
Dave Tucker 2 years ago committed by GitHub
commit 8c6016040e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,2 @@
[workspace] [workspace]
members = ["{{project-name}}", "{{project-name}}-common", "xtask"] members = ["{{project-name}}", "{{project-name}}-common", "xtask"]
[patch.crates-io]
aya = { git = "https://github.com/aya-rs/aya", branch = "main" }

@ -8,7 +8,7 @@ default = []
user = [ "aya" ] user = [ "aya" ]
[dependencies] [dependencies]
aya = { git = "https://github.com/aya-rs/aya", branch = "main", optional=true } aya = { version = ">=0.11", optional=true }
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

@ -5,7 +5,7 @@ edition = "2021"
publish = false publish = false
[dependencies] [dependencies]
aya = { git = "https://github.com/aya-rs/aya", branch = "main" } aya = { version = ">=0.11", features=["async_tokio"] }
aya-log = "0.1" aya-log = "0.1"
{{project-name}}-common = { path = "../{{project-name}}-common", features=["user"] } {{project-name}}-common = { path = "../{{project-name}}-common", features=["user"] }
anyhow = "1.0.42" anyhow = "1.0.42"

Loading…
Cancel
Save