Skip to content

Commit

Permalink
axum-extra doesn't need to depend on axum-core (#1294)
Browse files Browse the repository at this point in the history
Missed this in #1287
  • Loading branch information
davidpdrsn authored Aug 22, 2022
1 parent 682e79f commit 49d469f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion axum-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "axum-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.2.6" # remember to also bump the version that axum and axum-extra depend on
version = "0.2.6" # remember to also bump the version that axum depends on

[dependencies]
async-trait = "0.1"
Expand Down
1 change: 0 additions & 1 deletion axum-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ typed-routing = ["dep:axum-macros", "dep:serde", "dep:percent-encoding"]

[dependencies]
axum = { path = "../axum", version = "0.5", default-features = false }
axum-core = { path = "../axum-core", version = "0.2", default-features = false }
bytes = "1.1.0"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http = "0.2"
Expand Down

0 comments on commit 49d469f

Please sign in to comment.