File tree Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Expand file tree Collapse file tree 6 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-24.04
38
38
39
39
steps :
40
- - name : Show YDB server version
41
- run : docker ps; docker exec ydb /ydbd -V
40
+ - name : Checkout
41
+ uses : actions/checkout@v4
42
+ with :
43
+ submodules : true
44
+
45
+ - name : Rust cache
46
+ uses : Swatinem/rust-cache@v2
42
47
43
48
- name : Install stable rust
44
49
uses : dtolnay/rust-toolchain@v1
53
58
toolchain : nightly
54
59
components : clippy, rustfmt
55
60
56
- - name : Cargo install
57
- if : matrix.rust_version == 'RUST_VERSION_NEW'
58
- run : cargo install cargo-sort cargo-udeps cargo-audit cargo-pants
59
-
60
- - name : Checkout
61
- uses : actions/checkout@v4
62
- with :
63
- submodules : true
61
+ - name : Show YDB server version
62
+ run : docker ps; docker exec ydb /ydbd -V
64
63
65
64
- name : Rust version
66
65
id : rust_version_step
70
69
echo "CARGO_INCREMENTAL=$CARGO_INCREMENTAL"
71
70
echo "name=version::$(rustc --version | cut -d ' ' -f 2)" >> $GITHUB_OUTPUT
72
71
73
- - name : Rust cache
74
- uses : Swatinem/rust-cache@v2
72
+ - name : Cargo install
73
+ if : matrix.rust_version == 'RUST_VERSION_NEW'
74
+ run : cargo install cargo-sort cargo-udeps cargo-audit cargo-pants
75
75
76
76
- name : Rustfmt check
77
77
if : matrix.rust_version == 'RUST_VERSION_NEW'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ publish = false
3
3
name = " ydb-example-urlshortener"
4
4
version = " 0.0.0"
5
5
edition = " 2021"
6
- rust-version = " 1.68 .0"
6
+ rust-version = " 1.81 .0"
7
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
8
9
9
[dependencies ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2018"
7
7
license = " Apache-2.0"
8
8
description = " Deprecated, not used now. Crate contain helpers for generate grpc imports in ydb-grpc crate."
9
9
repository = " https://github.com/ydb-platform/ydb-rs-sdk/tree/ydb-grpc-helpers-0.0.11/ydb-grpc-helpers"
10
- rust-version = " 1.68 .0"
10
+ rust-version = " 1.81 .0"
11
11
12
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
13
[lib ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
license = " Apache-2.0"
8
8
description = " Crate contains generated low-level grpc code from YDB API protobuf, used as base for ydb crate"
9
9
repository = " https://github.com/ydb-platform/ydb-rs-sdk/tree/master/ydb-grpc"
10
- rust-version = " 1.68 .0"
10
+ rust-version = " 1.81 .0"
11
11
12
12
[dependencies ]
13
13
prost = " 0.13"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
license = " Apache-2.0"
8
8
description = " Crate contains SLO-tests for YDB"
9
9
repository = " https://github.com/ydb-platform/ydb-rs-sdk/tree/master/ydb-slo-tests"
10
- rust-version = " 1.68 .0"
10
+ rust-version = " 1.81 .0"
11
11
12
12
[dependencies ]
13
13
async-trait = " 0.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2021"
7
7
license = " Apache-2.0"
8
8
description = " Crate contains generated low-level grpc code from YDB API protobuf, used as base for ydb crate"
9
9
repository = " https://github.com/ydb-platform/ydb-rs-sdk/tree/master/ydb"
10
- rust-version = " 1.68 .0"
10
+ rust-version = " 1.81 .0"
11
11
12
12
[features ]
13
13
force-exhaustive-all = [
You can’t perform that action at this time.
0 commit comments