Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repository = "https://github.com/tailscale/tailscale-rs"
# if the toolchain is too old, unconditionally failing the compile, while our policy is just that we
# only actively support the last two stables -- older compilers should still work as long as they
# can still compile the project. This field is the de facto MSRV (the oldest compiler that works).
rust-version = "1.91.0"
rust-version = "1.92.0"

[workspace.dependencies]
aead = { version = "0.5", features = ["std"] }
Expand Down
Loading