Skip to content

Commit

Permalink
Bump abscissa* to v0.8.1
Browse files Browse the repository at this point in the history
Shella committed Oct 16, 2024

Verified

This commit was signed with the committer’s verified signature.
GCdePaula Gabriel Coutinho de Paula
1 parent 48d1fa4 commit 8f7fd39
Showing 2 changed files with 119 additions and 139 deletions.
252 changes: 116 additions & 136 deletions Cargo.lock
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ version = "0.0.0"
edition = "2021"

[dependencies]
abscissa_core = "0.7"
abscissa_tokio = "0.7"
abscissa_core = "0.8"
abscissa_tokio = "0.8"
clap = "4"
futures = "0.3"
hostname = "0.4"
@@ -21,5 +21,5 @@ tower = { version = "0.5", features = ["buffer", "util"] }
tracing = "0.1"

[dev-dependencies]
abscissa_core = { version = "0.7.0", features = ["testing"] }
abscissa_core = { version = "0.8", features = ["testing"] }
once_cell = "1.20"

0 comments on commit 8f7fd39

Please sign in to comment.