Skip to content

Commit

Permalink
update rust version to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksoj committed Mar 14, 2024
1 parent 8e989a7 commit 481b0f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
experimental: [false]
rust:
- 1.70.0
- 1.74.0
- stable
- beta
include:
Expand Down
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "This library provides a client to interact with Sōzu."
documentation = "https://github.com/CleverCloud/sozu-client/blob/main/README.md"
version = "0.3.4"
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.74.0"
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -18,7 +18,8 @@ mio = { version = "^0.8.10", default-features = false, features = ["os-poll", "o
serde_json = "^1.0.111"
# TODO: replace this with the sozu version release that will have protobuf in channels
# sozu-command-lib = "^0.15.19"
sozu-command-lib = { path = "../sozu/command" }
sozu-command-lib = { git = "https://github.com/sozu-proxy/sozu", package = "sozu-command-lib" }

tempdir = "^0.3.7"
thiserror = "^1.0.56"
tokio = { version = "^1.35.1", features = ["time", "fs", "io-util"] }
Expand Down

0 comments on commit 481b0f5

Please sign in to comment.