Skip to content

Commit eaed0a8

Browse files
authored
chore(deps): Upgrade to Rust 1.71.1 (vectordotdev#18221)
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 483e46f commit eaed0a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tiltfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load('ext://helm_resource', 'helm_resource', 'helm_repo')
77
docker_build(
88
ref='timberio/vector',
99
context='.',
10-
build_args={'RUST_VERSION': '1.71.0'},
10+
build_args={'RUST_VERSION': '1.71.1'},
1111
dockerfile='tilt/Dockerfile'
1212
)
1313

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.71.0"
2+
channel = "1.71.1"
33
profile = "default"

0 commit comments

Comments
 (0)