Skip to content

Commit c45f98f

Browse files
authored
Update version number from 1.13.7 to 1.13.8 for branch prepare_v1.13.8 (#3991)
1 parent 35c9a40 commit c45f98f

File tree

108 files changed

+213
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+213
-213
lines changed

Cargo.lock

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

abi/decoder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ authors = { workspace = true }
1919
edition = { workspace = true }
2020
license = { workspace = true }
2121
name = "starcoin-abi-decoder"
22-
version = "1.13.7"
22+
version = "1.13.8"
2323
homepage = { workspace = true }
2424
publish = { workspace = true }
2525
repository = { workspace = true }

abi/resolver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-helper = { workspace = true }
1414
authors = { workspace = true }
1515
edition = { workspace = true }
1616
name = "starcoin-abi-resolver"
17-
version = "1.13.7"
17+
version = "1.13.8"
1818
homepage = { workspace = true }
1919
license = { workspace = true }
2020
publish = { workspace = true }

abi/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = { workspace = true }
1313
edition = { workspace = true }
1414
license = { workspace = true }
1515
name = "starcoin-abi-types"
16-
version = "1.13.7"
16+
version = "1.13.8"
1717
homepage = { workspace = true }
1818
publish = { workspace = true }
1919
repository = { workspace = true }

account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ edition = { workspace = true }
2626
license = { workspace = true }
2727
name = "starcoin-account"
2828
publish = { workspace = true }
29-
version = "1.13.7"
29+
version = "1.13.8"
3030
homepage = { workspace = true }
3131
repository = { workspace = true }
3232
rust-version = { workspace = true }

account/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ edition = { workspace = true }
2626
license = { workspace = true }
2727
name = "starcoin-account-api"
2828
publish = { workspace = true }
29-
version = "1.13.7"
29+
version = "1.13.8"
3030
homepage = { workspace = true }
3131
repository = { workspace = true }
3232
rust-version = { workspace = true }

account/provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ starcoin-types = { workspace = true }
1010
[package]
1111
edition = { workspace = true }
1212
name = "starcoin-account-provider"
13-
version = "1.13.7"
13+
version = "1.13.8"
1414
authors = { workspace = true }
1515
homepage = { workspace = true }
1616
license = { workspace = true }

account/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ edition = { workspace = true }
2323
license = { workspace = true }
2424
name = "starcoin-account-service"
2525
publish = { workspace = true }
26-
version = "1.13.7"
26+
version = "1.13.8"
2727
homepage = { workspace = true }
2828
repository = { workspace = true }
2929
rust-version = { workspace = true }

benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = { workspace = true }
44
license = { workspace = true }
55
name = "benchmarks"
66
publish = { workspace = true }
7-
version = "1.13.7"
7+
version = "1.13.8"
88
homepage = { workspace = true }
99
repository = { workspace = true }
1010
rust-version = { workspace = true }

block-relayer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ edition = { workspace = true }
3131
license = { workspace = true }
3232
name = "starcoin-block-relayer"
3333
publish = { workspace = true }
34-
version = "1.13.7"
34+
version = "1.13.8"
3535
homepage = { workspace = true }
3636
repository = { workspace = true }
3737
rust-version = { workspace = true }

chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ edition = { workspace = true }
5050
license = { workspace = true }
5151
name = "starcoin-chain"
5252
publish = { workspace = true }
53-
version = "1.13.7"
53+
version = "1.13.8"
5454
homepage = { workspace = true }
5555
repository = { workspace = true }
5656
rust-version = { workspace = true }

chain/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ edition = { workspace = true }
2828
license = { workspace = true }
2929
name = "starcoin-chain-api"
3030
publish = { workspace = true }
31-
version = "1.13.7"
31+
version = "1.13.8"
3232
homepage = { workspace = true }
3333
repository = { workspace = true }
3434
rust-version = { workspace = true }

chain/chain-notify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = { workspace = true }
1212
license = { workspace = true }
1313
name = "starcoin-chain-notify"
1414
publish = { workspace = true }
15-
version = "1.13.7"
15+
version = "1.13.8"
1616
homepage = { workspace = true }
1717
repository = { workspace = true }
1818
rust-version = { workspace = true }

chain/mock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ edition = { workspace = true }
3838
license = { workspace = true }
3939
name = "starcoin-chain-mock"
4040
publish = { workspace = true }
41-
version = "1.13.7"
41+
version = "1.13.8"
4242
homepage = { workspace = true }
4343
repository = { workspace = true }
4444
rust-version = { workspace = true }

chain/open-block/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ edition = { workspace = true }
2424
license = { workspace = true }
2525
name = "starcoin-open-block"
2626
publish = { workspace = true }
27-
version = "1.13.7"
27+
version = "1.13.8"
2828
homepage = { workspace = true }
2929
repository = { workspace = true }
3030
rust-version = { workspace = true }

chain/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ edition = { workspace = true }
3232
license = { workspace = true }
3333
name = "starcoin-chain-service"
3434
publish = { workspace = true }
35-
version = "1.13.7"
35+
version = "1.13.8"
3636
homepage = { workspace = true }
3737
repository = { workspace = true }
3838
rust-version = { workspace = true }

cmd/airdrop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tokio = { features = ["full"], workspace = true }
2323
authors = { workspace = true }
2424
edition = { workspace = true }
2525
name = "airdrop"
26-
version = "1.13.7"
26+
version = "1.13.8"
2727
homepage = { workspace = true }
2828
license = { workspace = true }
2929
publish = { workspace = true }

cmd/db-exporter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ edition = { workspace = true }
4242
license = { workspace = true }
4343
name = "db-exporter"
4444
publish = { workspace = true }
45-
version = "1.13.7"
45+
version = "1.13.8"
4646
homepage = { workspace = true }
4747
repository = { workspace = true }
4848
rust-version = { workspace = true }

cmd/faucet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ edition = { workspace = true }
3535
license = { workspace = true }
3636
name = "starcoin-faucet"
3737
publish = { workspace = true }
38-
version = "1.13.7"
38+
version = "1.13.8"
3939
homepage = { workspace = true }
4040
repository = { workspace = true }
4141
rust-version = { workspace = true }

cmd/generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ edition = { workspace = true }
3131
license = { workspace = true }
3232
name = "starcoin-generator"
3333
publish = { workspace = true }
34-
version = "1.13.7"
34+
version = "1.13.8"
3535
homepage = { workspace = true }
3636
repository = { workspace = true }
3737
rust-version = { workspace = true }

cmd/genesis-nft-miner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ edition = { workspace = true }
1919
license = { workspace = true }
2020
name = "genesis-nft-miner"
2121
publish = { workspace = true }
22-
version = "1.13.7"
22+
version = "1.13.8"
2323
homepage = { workspace = true }
2424
repository = { workspace = true }
2525
rust-version = { workspace = true }

cmd/indexer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ edition = { workspace = true }
2424
license = { workspace = true }
2525
name = "starcoin-indexer"
2626
publish = { workspace = true }
27-
version = "1.13.7"
27+
version = "1.13.8"
2828
homepage = { workspace = true }
2929
repository = { workspace = true }
3030
rust-version = { workspace = true }

cmd/merkle-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ starcoin-vm-types = { workspace = true }
1515
authors = { workspace = true }
1616
edition = { workspace = true }
1717
name = "merkle-generator"
18-
version = "1.13.7"
18+
version = "1.13.8"
1919
homepage = { workspace = true }
2020
license = { workspace = true }
2121
publish = { workspace = true }

cmd/miner_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ starcoin-miner = { workspace = true }
4848
authors = { workspace = true }
4949
edition = { workspace = true }
5050
name = "starcoin-miner-client"
51-
version = "1.13.7"
51+
version = "1.13.8"
5252
homepage = { workspace = true }
5353
license = { workspace = true }
5454
publish = { workspace = true }

cmd/miner_client/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ starcoin-types = { workspace = true }
99
authors = { workspace = true }
1010
edition = { workspace = true }
1111
name = "starcoin-miner-client-api"
12-
version = "1.13.7"
12+
version = "1.13.8"
1313
homepage = { workspace = true }
1414
license = { workspace = true }
1515
publish = { workspace = true }

cmd/peer-watcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ edition = { workspace = true }
2525
license = { workspace = true }
2626
name = "starcoin-peer-watcher"
2727
publish = { workspace = true }
28-
version = "1.13.7"
28+
version = "1.13.8"
2929
homepage = { workspace = true }
3030
repository = { workspace = true }
3131
rust-version = { workspace = true }

cmd/replay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition = { workspace = true }
2020
license = { workspace = true }
2121
name = "starcoin-replay"
2222
publish = { workspace = true }
23-
version = "1.13.7"
23+
version = "1.13.8"
2424
homepage = { workspace = true }
2525
repository = { workspace = true }
2626
rust-version = { workspace = true }

cmd/resource-exporter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition = { workspace = true }
2020
license = { workspace = true }
2121
name = "resource-exporter"
2222
publish = { workspace = true }
23-
version = "1.13.7"
23+
version = "1.13.8"
2424
homepage = { workspace = true }
2525
repository = { workspace = true }
2626
rust-version = { workspace = true }

cmd/starcoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ edition = { workspace = true }
6767
license = { workspace = true }
6868
name = "starcoin-cmd"
6969
publish = { workspace = true }
70-
version = "1.13.7"
70+
version = "1.13.8"
7171
homepage = { workspace = true }
7272
repository = { workspace = true }
7373
rust-version = { workspace = true }

cmd/tx-factory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ edition = { workspace = true }
2525
license = { workspace = true }
2626
name = "starcoin-tx-factory"
2727
publish = { workspace = true }
28-
version = "1.13.7"
28+
version = "1.13.8"
2929
homepage = { workspace = true }
3030
repository = { workspace = true }
3131
rust-version = { workspace = true }

commons/accumulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ edition = { workspace = true }
2828
license = { workspace = true }
2929
name = "starcoin-accumulator"
3030
publish = { workspace = true }
31-
version = "1.13.7"
31+
version = "1.13.8"
3232
homepage = { workspace = true }
3333
repository = { workspace = true }
3434
rust-version = { workspace = true }

commons/api-limiter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = { workspace = true }
88
edition = { workspace = true }
99
license = { workspace = true }
1010
name = "api-limiter"
11-
version = "1.13.7"
11+
version = "1.13.8"
1212
homepage = { workspace = true }
1313
publish = { workspace = true }
1414
repository = { workspace = true }

commons/bcs_ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = { workspace = true }
99
license = { workspace = true }
1010
name = "bcs-ext"
1111
publish = { workspace = true }
12-
version = "1.13.7"
12+
version = "1.13.8"
1313
homepage = { workspace = true }
1414
repository = { workspace = true }
1515
rust-version = { workspace = true }

commons/decrypt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = { workspace = true }
1313
edition = { workspace = true }
1414
license = { workspace = true }
1515
name = "starcoin-decrypt"
16-
version = "1.13.7"
16+
version = "1.13.8"
1717
homepage = { workspace = true }
1818
publish = { workspace = true }
1919
repository = { workspace = true }

commons/forkable-jellyfish-merkle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ edition = { workspace = true }
3939
license = { workspace = true }
4040
name = "forkable-jellyfish-merkle"
4141
publish = { workspace = true }
42-
version = "1.13.7"
42+
version = "1.13.8"
4343
homepage = { workspace = true }
4444
repository = { workspace = true }
4545
rust-version = { workspace = true }

commons/logger/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ edition = { workspace = true }
1919
license = { workspace = true }
2020
name = "starcoin-logger"
2121
publish = { workspace = true }
22-
version = "1.13.7"
22+
version = "1.13.8"
2323
homepage = { workspace = true }
2424
repository = { workspace = true }
2525
rust-version = { workspace = true }

commons/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = { workspace = true }
1616
license = { workspace = true }
1717
name = "starcoin-metrics"
1818
publish = { workspace = true }
19-
version = "1.13.7"
19+
version = "1.13.8"
2020
homepage = { workspace = true }
2121
repository = { workspace = true }
2222
rust-version = { workspace = true }

commons/proptest-helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "Apache-2.0"
55
name = "starcoin-proptest-helpers"
66
publish = false
7-
version = "1.13.7"
7+
version = "1.13.8"
88

99
[dependencies]
1010
crossbeam = "0.8.1"

commons/scmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ edition = { workspace = true }
2424
license = { workspace = true }
2525
name = "scmd"
2626
publish = { workspace = true }
27-
version = "1.13.7"
27+
version = "1.13.8"
2828
homepage = { workspace = true }
2929
repository = { workspace = true }
3030
rust-version = { workspace = true }

commons/serde-helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = { workspace = true }
1313
license = { workspace = true }
1414
name = "serde-helpers"
1515
publish = { workspace = true }
16-
version = "1.13.7"
16+
version = "1.13.8"
1717
homepage = { workspace = true }
1818
repository = { workspace = true }
1919
rust-version = { workspace = true }

commons/service-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ edition = { workspace = true }
2222
license = { workspace = true }
2323
name = "starcoin-service-registry"
2424
publish = { workspace = true }
25-
version = "1.13.7"
25+
version = "1.13.8"
2626
homepage = { workspace = true }
2727
repository = { workspace = true }
2828
rust-version = { workspace = true }

commons/stest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = { workspace = true }
1515
license = { workspace = true }
1616
name = "stest"
1717
publish = { workspace = true }
18-
version = "1.13.7"
18+
version = "1.13.8"
1919
homepage = { workspace = true }
2020
repository = { workspace = true }
2121
rust-version = { workspace = true }

commons/stest/stest-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = { workspace = true }
44
license = { workspace = true }
55
name = "stest-macro"
66
publish = { workspace = true }
7-
version = "1.13.7"
7+
version = "1.13.8"
88

99
[lib]
1010
proc-macro = true

commons/stream-task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stest = { workspace = true }
2121
authors = { workspace = true }
2222
edition = { workspace = true }
2323
name = "stream-task"
24-
version = "1.13.7"
24+
version = "1.13.8"
2525
homepage = { workspace = true }
2626
license = { workspace = true }
2727
publish = { workspace = true }

commons/system/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "Apache-2.0"
55
name = "starcoin-system"
66
publish = false
7-
version = "1.13.7"
7+
version = "1.13.8"
88

99
[dependencies]
1010
anyhow = { workspace = true }

0 commit comments

Comments
 (0)