File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ authors = ["ChimpDAO"]
77edition = " 2024"
88license = " BSD-3"
99repository = " https://github.com/consulting-manao/chimpdao"
10- version = " 1.0.0"
1110
1211[workspace .dependencies .soroban-sdk ]
1312version = " 25.3.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ edition.workspace = true
44license.workspace = true
55repository.workspace = true
66publish = false
7- version.workspace = true
7+ version = " 1.0.0 "
88
99[lib ]
1010crate-type = [" cdylib" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ edition.workspace = true
44license.workspace = true
55repository.workspace = true
66publish = false
7- version.workspace = true
7+ version = " 1.0.0 "
88
99[lib ]
1010crate-type = [" cdylib" ]
Original file line number Diff line number Diff 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`.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ edition.workspace = true
44license.workspace = true
55repository.workspace = true
66publish = false
7- version.workspace = true
7+ version = " 1.0.0 "
88
99[lib ]
1010crate-type = [" cdylib" ]
You can’t perform that action at this time.
0 commit comments