File tree 3 files changed +17
-12
lines changed
3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 61
61
uses : arduino/setup-protoc@v1
62
62
with :
63
63
version : ' 3.x'
64
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
64
65
- name : Check unused Cargo dependencies
65
66
shell : bash
66
67
run : scripts/tests.unused.sh
86
87
uses : arduino/setup-protoc@v1
87
88
with :
88
89
version : ' 3.x'
90
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
89
91
- name : Run unit tests
90
92
run : scripts/tests.unit.sh
91
93
@@ -110,6 +112,7 @@ jobs:
110
112
uses : arduino/setup-protoc@v1
111
113
with :
112
114
version : ' 3.x'
115
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
113
116
- name : Build plugin
114
117
uses : actions-rs/cargo@v1
115
118
with :
@@ -160,6 +163,7 @@ jobs:
160
163
uses : arduino/setup-protoc@v1
161
164
with :
162
165
version : ' 3.x'
166
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
163
167
164
168
# ref. https://github.com/gakonst/foundry/blob/master/.github/workflows/cross-platform.yml
165
169
- name : Apple M1 setup
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " spacesvm_cli"
3
- version = " 0.0.1 "
3
+ version = " 0.0.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.65"
6
6
publish = false
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " spacesvm"
3
- version = " 0.0.0 "
3
+ version = " 0.0.1 "
4
4
edition = " 2021"
5
5
rust-version = " 1.65"
6
- publish = false
6
+ publish = true
7
7
description = " Authenticated, hierarchical key-value store w/EIP-712 compatibility"
8
8
license = " BSD-3-Clause"
9
9
homepage = " https://avax.network"
10
+ repository = " https://github.com/ava-labs/spacesvm-rs"
10
11
readme = " README.md"
11
12
12
13
[[bin ]]
@@ -16,28 +17,28 @@ path = "src/bin/spaces/main.rs"
16
17
[dependencies ]
17
18
avalanche-types = { version = " 0.0.135" , features = [" subnet" ] }
18
19
byteorder = " 1.4.3"
19
- chrono = " 0.4.19 "
20
+ chrono = " 0.4.22 "
20
21
crossbeam-channel = " 0.5.6"
21
22
derivative = " 2.2.0"
22
23
dyn-clone = " 1.0.9"
23
24
ethereum-types = { version = " 0.14.0" }
24
- clap = { version = " 4.0.9 " , features = [" cargo" , " derive" ] }
25
+ clap = { version = " 4.0.22 " , features = [" cargo" , " derive" ] }
25
26
eip-712 = " 0.1.0"
26
- env_logger = " 0.9.0 "
27
+ env_logger = " 0.9.3 "
27
28
hex = " 0.4.3"
28
29
http = " 0.2.8"
29
30
jsonrpc-core = " 18.0.0"
30
31
jsonrpc-core-client = { version = " 18.0.0" }
31
32
jsonrpc-derive = " 18.0"
32
33
log = " 0.4.17"
33
34
lru = " 0.8.0"
34
- prost = " 0.11.0 "
35
+ prost = " 0.11.2 "
35
36
ripemd = " 0.1.3"
36
- semver = " 1.0.13 "
37
- serde = { version = " 1.0.144 " , features = [" derive" ] }
38
- serde_json = " 1.0.85 "
39
- serde_yaml = " 0.9.10 "
40
- sha3 = " 0.10.2 "
37
+ semver = " 1.0.14 "
38
+ serde = { version = " 1.0.147 " , features = [" derive" ] }
39
+ serde_json = " 1.0.87 "
40
+ serde_yaml = " 0.9.14 "
41
+ sha3 = " 0.10.6 "
41
42
tokio = { version = " 1.21.2" , features = [" fs" , " rt-multi-thread" ] }
42
43
tokio-stream = { version = " 0.1.11" , features = [" net" ] }
43
44
tonic = { version = " 0.8.2" , features = [" gzip" ] }
You can’t perform that action at this time.
0 commit comments