Skip to content

Commit

Permalink
build(deps): pin winnow (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft authored Apr 28, 2023
1 parent 992ca37 commit b898af2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions-rs/[email protected]
id: toolchain
with:
toolchain: 1.63.0
toolchain: 1.64.0
override: true

- uses: camshaft/rust-cache@v1
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: actions-rs/[email protected]
id: toolchain
with:
toolchain: 1.63.0
toolchain: 1.64.0
override: true

- uses: camshaft/rust-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion netbench/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.63.0
1.64.0
3 changes: 3 additions & 0 deletions quic/s2n-quic-sim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ structopt = "0.3"
toml = "0.7"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
# >0.4.1 breaks compatibility with 1.63
# See https://github.com/aws/s2n-quic/issues/1735
winnow = "=0.4.1"

0 comments on commit b898af2

Please sign in to comment.