11[package ]
22name = " snip20-reference-impl"
3- version = " 1 .0.0"
3+ version = " 2 .0.0"
44authors = [
" @reuvenpo" ,
" @toml01" ,
" @assafmo" ,
" @liorbond" ,
" Itzik <[email protected] >" ,
" @darwinzer0" ,
" @supdoggie" ]
55edition = " 2021"
66exclude = [
@@ -38,9 +38,9 @@ cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.11" }
3838cosmwasm-storage = { package = " secret-cosmwasm-storage" , version = " 1.1.11" }
3939rand = { version = " 0.8.5" , default-features = false }
4040# secret-toolkit = { version = "0.10.0", default-features = false, features = ["permit", "storage", "viewing-key"] }
41- secret-toolkit = { git = " https://github.com/SolarRepublic/secret-toolkit.git" , default-features = false , features = [" permit" , " storage" , " viewing-key" , " notification" ] }
41+ secret-toolkit = { git = " https://github.com/SolarRepublic/secret-toolkit.git" , default-features = false , features = [" permit" , " storage" , " viewing-key" , " notification" ], rev = " 8aed92d589dc119f69d20f8538d5a6eea8003d95 " }
4242# secret-toolkit-crypto = { version = "0.10.0", default-features = false, features = ["hash"] }
43- secret-toolkit-crypto = { git = " https://github.com/SolarRepublic/secret-toolkit.git" , default-features = false , features = [" hash" ] }
43+ secret-toolkit-crypto = { git = " https://github.com/SolarRepublic/secret-toolkit.git" , default-features = false , features = [" hash" ], rev = " 8aed92d589dc119f69d20f8538d5a6eea8003d95 " }
4444static_assertions = " 1.1.0"
4545
4646schemars = " 0.8.12"
@@ -49,6 +49,7 @@ serde-big-array = "0.5.1"
4949base64 = " 0.21.0"
5050constant_time_eq = " 0.3.0"
5151primitive-types = { version = " 0.12.2" , default-features = false }
52+ minicbor-ser = " 0.2.0"
5253
5354[dev-dependencies ]
5455cosmwasm-schema = { version = " 1.1.8" }
0 commit comments