Skip to content

Commit

Permalink
bump tower-http to 0.1.2 (roapi#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp authored Nov 14, 2021
1 parent 56b8d0b commit a08465d
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 64 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
profile: default
toolchain: stable
override: true
- name: Clean roapi-http
run: cargo clean -p roapi-http
- name: Check
run: cargo clippy
- name: Build
Expand Down
107 changes: 46 additions & 61 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion roapi-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ snmalloc-rs = { version = "0.2", optional = true }
tokio = { version = "1", features = ["rt-multi-thread"] }
hyper = { version = "0", features = ["http1", "server", "stream", "runtime"] }
axum = "0.3"
tower-http = { git = "https://github.com/tower-rs/tower-http.git", branch = "cors", features = ["cors"] }
tower-http = { version = "0", features = ["cors"] }
tower-layer = "0"
tracing = "0"
pin-project = "1"
Expand Down

0 comments on commit a08465d

Please sign in to comment.