Skip to content

Commit aa8302e

Browse files
authored
Bump frc46_token version for publishing (#117)
Bump frc46_token version to 1.0.0
1 parent 96b75ad commit aa8302e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

frc46_token/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "frc46_token"
33
description = "Filecoin FRC-0046 fungible token reference implementation"
4-
version = "0.2.0"
4+
version = "1.0.0"
55
license = "MIT OR Apache-2.0"
66
keywords = ["filecoin", "fvm", "token", "frc-0046"]
77
repository = "https://github.com/helix-onchain/filecoin/"

testing/fil_token_integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cid = { version = "0.8.5", default-features = false }
1010
fvm = { version = "2.0.0-alpha.2", default-features = false }
1111
frcxx_nft = { path = "../../frcxx_nft" }
1212
frc42_dispatch = { path = "../../frc42_dispatch" }
13-
frc46_token = { version = "0.2.0", path = "../../frc46_token" }
13+
frc46_token = { version = "1.0.0", path = "../../frc46_token" }
1414
fvm_integration_tests = "2.0.0-alpha.1"
1515
fvm_ipld_blockstore = "0.1.1"
1616
fvm_ipld_encoding = "0.2.2"

testing/fil_token_integration/actors/basic_receiving_actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
frc46_token = { version = "0.2.0", path = "../../../../frc46_token" }
7+
frc46_token = { version = "1.0.0", path = "../../../../frc46_token" }
88
frc42_dispatch = { path = "../../../../frc42_dispatch" }
99
fvm_ipld_blockstore = "0.1.1"
1010
fvm_ipld_encoding = "0.2.2"

testing/fil_token_integration/actors/basic_token_actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fvm_ipld_blockstore = { version = "0.1.1" }
1111
fvm_ipld_encoding = { version = "0.2.2" }
1212
fvm_sdk = { version = "2.0.0-alpha.2" }
1313
fvm_shared = { version = "2.0.0-alpha.2" }
14-
frc46_token = { version = "0.2.0", path = "../../../../frc46_token" }
14+
frc46_token = { version = "1.0.0", path = "../../../../frc46_token" }
1515
num-traits = { version = "0.2.15" }
1616
serde = { version = "1.0.136", features = ["derive"] }
1717
serde_tuple = { version = "0.5.0" }

testing/fil_token_integration/actors/basic_transfer_actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
cid = { version = "0.8.5", default-features = false }
8-
frc46_token = { version = "0.2.0", path = "../../../../frc46_token" }
8+
frc46_token = { version = "1.0.0", path = "../../../../frc46_token" }
99
frc42_dispatch = { path = "../../../../frc42_dispatch" }
1010
fvm_ipld_blockstore = { version = "0.1.1" }
1111
fvm_ipld_encoding = { version = "0.2.2" }

testing/fil_token_integration/actors/test_actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
cid = { version = "0.8.5", default-features = false }
8-
frc46_token = { version = "0.2.0", path = "../../../../frc46_token" }
8+
frc46_token = { version = "1.0.0", path = "../../../../frc46_token" }
99
frc42_dispatch = { path = "../../../../frc42_dispatch" }
1010
fvm_ipld_blockstore = { version = "0.1.1" }
1111
fvm_ipld_encoding = { version = "0.2.2" }

0 commit comments

Comments
 (0)