Skip to content

Commit

Permalink
Bump axum to newest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Aug 5, 2021
1 parent 7f59899 commit 7e3304e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions axum/starwars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ async-graphql-axum = { path = "../../../integrations/axum" }
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
starwars = { path = "../../models/starwars" }
hyper = "0.14"
#axum = "0.1.2"
axum = { git = "https://github.com/sunli829/axum.git", rev = "f43470a", features = ["ws", "headers"] }
axum = { git = "https://github.com/tokio-rs/axum.git", rev = "1509d4a", features = ["headers"] }
3 changes: 1 addition & 2 deletions axum/subscription/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ async-graphql-axum = { path = "../../../integrations/axum" }
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
books = { path = "../../models/books" }
hyper = "0.14"
# axum = { version = "0.1.2", features = ["ws", "headers"] }
axum = { git = "https://github.com/sunli829/axum.git", rev = "f43470a", features = ["ws", "headers"] }
axum = { git = "https://github.com/tokio-rs/axum.git", rev = "1509d4a", features = ["ws", "headers"] }

0 comments on commit 7e3304e

Please sign in to comment.