Skip to content

Commit

Permalink
fix: Bump a bunch of versions because of renames
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Aug 14, 2024
1 parent aaa3f11 commit f880220
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/httpwg-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "httpwg-cli"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[[bin]]
Expand All @@ -11,7 +11,7 @@ path = "src/main.rs"
color-eyre = "0.6.3"
eyre = "0.6.12"
buffet = { version = "0.2.0", path = "../buffet" }
httpwg = { version = "0.1.1", path = "../httpwg" }
httpwg = { version = "0.2.0", path = "../httpwg" }
lexopt = "0.3.0"
libc = "0.2.155"
tokio = { version = "1.39.2", features = ["time"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/httpwg-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "httpwg-macros"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/loona"
Expand All @@ -12,4 +12,4 @@ Macros to allow generating httpwg unit tests
rust-version = "1.75"

[dependencies]
httpwg = { version = "0.1.1", path = "../httpwg" }
httpwg = { version = "0.2.0", path = "../httpwg" }
2 changes: 1 addition & 1 deletion crates/httpwg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "httpwg"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/loona"
Expand Down
2 changes: 1 addition & 1 deletion crates/loona/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ futures-util = { version = "0.3.30", default-features = false, features = [
libc = "0.2.155"
httpwg = { path = "../httpwg" }
color-eyre = "0.6.3"
httpwg-macros = { path = "../httpwg-macros" }
httpwg-macros = { version = "0.2.0", path = "../httpwg-macros" }
cargo-husky = { version = "1", features = ["user-hooks"] }
criterion = "0.5.1"
codspeed-criterion-compat = "2.6.0"
Expand Down

0 comments on commit f880220

Please sign in to comment.