Skip to content

Commit 62bd3bc

Browse files
committed
chore: upgrade rust to 1.62.1
1 parent 7880784 commit 62bd3bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
publish = false
1111
default-run = "vector"
1212
autobenches = false # our benchmarks are not runnable on their own either way
13-
rust-version = "1.62.0"
13+
rust-version = "1.62.1"
1414

1515
[[bin]]
1616
name = "graphql-schema"

rust-toolchain.toml

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

0 commit comments

Comments
 (0)