Skip to content

Commit 466ef84

Browse files
authored
chore(deps): Bump Rust to 1.72.1 (#18638)
Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
1 parent fa526a8 commit 466ef84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Tiltfile

Lines changed: 1 addition & 1 deletion
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.72.0'},
10+
build_args={'RUST_VERSION': '1.72.1'},
1111
dockerfile='tilt/Dockerfile'
1212
)
1313

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.72.0"
2+
channel = "1.72.1"
33
profile = "default"

0 commit comments

Comments
 (0)