Skip to content

Commit ed5c13a

Browse files
committed
Specify MSRV as 1.58.1
1 parent dffde39 commit ed5c13a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

snocat-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "snocat-cli"
33
description = "Streaming Network Overlay Connection Arbitration Tunnel"
44
version = "0.4.0-alpha.2"
5+
rust-version = "1.58.1"
56
authors = ["Microsoft Corporation", "Zoey <Dessix@Dessix.net>"]
67
edition = "2018"
78
license = "MIT OR Apache-2.0"

snocat/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "snocat"
33
description = "Streaming Network Overlay Connection Arbitration Tunnel"
44
version = "0.4.0-alpha.2"
5+
rust-version = "1.58.1"
56
authors = ["Microsoft Corporation", "Zoey <Dessix@Dessix.net>"]
67
edition = "2018"
78
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)