Skip to content

Commit

Permalink
Merge branch 'master' into auto-conn
Browse files Browse the repository at this point in the history
  • Loading branch information
programatik29 committed Sep 16, 2023
2 parents 2cda709 + 229757e commit e58bbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56 # keep in sync with MSRV.md dev doc
- 1.63 # keep in sync with MSRV.md dev doc

os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bytes = "1"
once_cell = "1.14"

pin-project-lite = "0.2.4"
socket2 = "0.4"
socket2 = "0.5"
tracing = { version = "0.1", default-features = false, features = ["std"] }
tokio = { version = "1", features = ["net", "rt", "time"] }
tower-service = "0.3"
Expand Down

0 comments on commit e58bbad

Please sign in to comment.