Skip to content

Commit 4d70abd

Browse files
committed
Update toml
1 parent ef2747c commit 4d70abd

5 files changed

Lines changed: 3 additions & 9 deletions

File tree

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ authors = ["ChimpDAO"]
77
edition = "2024"
88
license = "BSD-3"
99
repository = "https://github.com/consulting-manao/chimpdao"
10-
version = "1.0.0"
1110

1211
[workspace.dependencies.soroban-sdk]
1312
version = "25.3.0"

contracts/collection/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
repository.workspace = true
66
publish = false
7-
version.workspace = true
7+
version = "1.0.0"
88

99
[lib]
1010
crate-type = ["cdylib"]

contracts/nfc-nft/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
repository.workspace = true
66
publish = false
7-
version.workspace = true
7+
version = "1.0.0"
88

99
[lib]
1010
crate-type = ["cdylib"]

contracts/nfc-nft/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ pub trait NFCtoNFTTrait {
168168
///
169169
/// * `e` - The environment object.
170170
/// * `token_id` - Token id as a number.
171-
///
172-
/// # Events
173-
///
174-
/// * topics - `["clawback", from: Address]`
175-
/// * data - `[token_id: u32]`
176171
fn clawback(e: &Env, token_id: u32);
177172

178173
/// Returns the current nonce for the given `public_key`.

contracts/prize/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
repository.workspace = true
66
publish = false
7-
version.workspace = true
7+
version = "1.0.0"
88

99
[lib]
1010
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)