Skip to content

Commit

Permalink
Bump rust to v1.69.0
Browse files Browse the repository at this point in the history
We can also remove the build constraints from the `Cargo.toml` file
since we have updated them in the past.

Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Aug 9, 2023
1 parent bbf4eea commit 5006162
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
CARGO_TERM_COLOR: always
GO_VERSION: '1.20'
ACTION_MSRV_TOOLCHAIN: 1.66.1
ACTION_MSRV_TOOLCHAIN: 1.69.0
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
CARGO_TERM_COLOR: always
GO_VERSION: '1.20'
ACTION_MSRV_TOOLCHAIN: 1.66.1
ACTION_MSRV_TOOLCHAIN: 1.69.0

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions conmon-rs/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ prctl = "1.0.0"
regex = "1.9.3"
sendfd = { version = "0.4.3", features = ["tokio"] }
serde = { version = "1.0.179", features = ["derive"] }
shadow-rs = "=0.23.0"
shadow-rs = "0.23.0"
signal-hook = "0.3.17"
strum = { version = "0.25.0", features = ["derive"] }
tempfile = "3.7.0"
Expand All @@ -45,9 +45,9 @@ tz-rs = "0.6.14"
uuid = { version = "1.4.1", features = ["v4", "fast-rng", "macro-diagnostics"] }

[build-dependencies]
shadow-rs = "=0.23.0"
dashmap = "=5.5.0"
shadow-rs = "0.23.0"
dashmap = "5.5.0"

[dev-dependencies]
mockall = "0.11.4"
time = { version = "=0.3.23", features = ["parsing"] }
time = { version = "0.3.23", features = ["parsing"] }
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
match: GO_VERSION

- name: rust
version: 1.66.1
version: 1.69.0
refPaths:
- path: .github/workflows/ci.yml
match: ACTION_MSRV_TOOLCHAIN
Expand Down

0 comments on commit 5006162

Please sign in to comment.