We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vss-client
vss-client-ng
1 parent d9e2ab4 commit 9d3715aCopy full SHA for 9d3715a
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- toolchain: [ stable, beta, 1.75.0 ] # 1.75.0 is current MSRV for vss-client
+ toolchain: [ stable, beta, 1.75.0 ] # 1.75.0 is current MSRV for vss-client-ng
10
include:
11
- toolchain: stable
12
check-fmt: true
Cargo.toml
@@ -1,5 +1,5 @@
1
[package]
2
-name = "vss-client"
+name = "vss-client-ng"
3
version = "0.3.1"
4
rust-version = "1.63.0"
5
license = "MIT OR Apache-2.0"
0 commit comments