Skip to content

Commit 74d4158

Browse files
committed
Bump version to v1.0.0
1 parent 753ff38 commit 74d4158

File tree

11 files changed

+218
-218
lines changed

11 files changed

+218
-218
lines changed

generator/Cargo.lock

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

generator/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ edition = "2021"
55

66
[dependencies]
77
# radixdlt-scrypto dependencies.
8-
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] }
9-
scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] }
10-
scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" }
11-
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" }
12-
transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" }
13-
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" }
14-
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" }
15-
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1", features = ["serde"] }
16-
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0-rc1" }
8+
sbor = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] }
9+
scrypto = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] }
10+
scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" }
11+
transaction = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" }
12+
transaction-scenarios = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" }
13+
radix-engine = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" }
14+
radix-engine-stores = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" }
15+
radix-engine-common = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0", features = ["serde"] }
16+
radix-engine-interface = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "v1.0.0" }
1717

1818
# Core Radix Engine Toolkit and Toolkit Native Library
1919
radix-engine-toolkit-core = { path = "../radix-engine-toolkit-core", default-features = false, features = ["moka"]}

interop/python/setup.py

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

66
setuptools.setup(
77
name="radix-engine-toolkit",
8-
version="1.0.0rc3",
8+
version="1.0.0",
99
packages=["radix_engine_toolkit"],
1010
author="radixdlt",
1111
description="A Python wrapper around the Radix Engine Toolkit that provides Radix Ledger primitives to Python.",

0 commit comments

Comments
 (0)