Skip to content

Commit 4c05e95

Browse files
committed
denote a toolchain
Signed-off-by: Andy Lok <andylokandy@hotmail.com>
1 parent ae2943e commit 4c05e95

File tree

4 files changed

+11
-39
lines changed

4 files changed

+11
-39
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Rust toolchain
1717
uses: actions-rs/toolchain@v1
1818
with:
19-
toolchain: nightly
19+
toolchain: nightly-2021-08-21
2020
profile: minimal
2121
default: true
2222
- name: Build wheels - x86_64
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Rust toolchain
6363
uses: actions-rs/toolchain@v1
6464
with:
65-
toolchain: nightly
65+
toolchain: nightly-2021-08-21
6666
profile: minimal
6767
default: true
6868
- name: Build wheels
@@ -95,7 +95,7 @@ jobs:
9595
- name: Build Wheels
9696
uses: messense/maturin-action@v1
9797
with:
98-
rust-toolchain: nightly
98+
rust-toolchain: nightly-2021-08-21
9999
target: ${{ matrix.target }}
100100
manylinux: "2014"
101101
args: --release --out dist --no-sdist

Cargo.lock

Lines changed: 6 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tokio = { version = "1", features = ["sync"] }
1515
# are not directly used by this crate but the cargo will add the following features to the
1616
# indirected dependencies in order to vender the OpenSSL.
1717
reqwest = { version = "0.11", default-features = false, features = ["native-tls-vendored"] }
18-
grpcio = { git = "https://github.com/tikv/grpc-rs.git", branch = "master", features = ["openssl-vendored"], default-features = false }
18+
# grpcio = { version = "0.9", features = ["openssl-vendored"], default-features = false }
1919

2020
[lib]
2121
crate-type = ["cdylib"]

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly
1+
nightly-2021-08-21

0 commit comments

Comments
 (0)