Skip to content

Commit 9d3715a

Browse files
author
flow
committed
Rename vss-client crate to vss-client-ng
1 parent d9e2ab4 commit 9d3715a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
toolchain: [ stable, beta, 1.75.0 ] # 1.75.0 is current MSRV for vss-client
9+
toolchain: [ stable, beta, 1.75.0 ] # 1.75.0 is current MSRV for vss-client-ng
1010
include:
1111
- toolchain: stable
1212
check-fmt: true

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "vss-client"
2+
name = "vss-client-ng"
33
version = "0.3.1"
44
rust-version = "1.63.0"
55
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)