Bump rust to 1.88.0

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-04 03:30:00 +00:00
parent 3d88767977
commit 93f5557232
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ keywords = [
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"
repository = "https://github.com/matrix-construct/tuwunel" repository = "https://github.com/matrix-construct/tuwunel"
rust-version = "1.86.0" rust-version = "1.88.0"
version = "1.2.0" version = "1.2.0"
[workspace.metadata.crane] [workspace.metadata.crane]

View File

@@ -9,7 +9,7 @@
# If you're having trouble making the relevant changes, bug a maintainer. # If you're having trouble making the relevant changes, bug a maintainer.
[toolchain] [toolchain]
channel = "1.86.0" channel = "1.88.0"
profile = "minimal" profile = "minimal"
components = [ components = [
# For rust-analyzer # For rust-analyzer