@@ -10,11 +10,11 @@ license = "Apache-2.0"
10
10
[package .metadata .release ]
11
11
pre-release-hook = [" ../../devtools/release_checks.sh" ]
12
12
pre-release-replacements = [
13
- { file = " ../../CHANGELOG.md" , search = " ## \\ [Unreleased\\ ]" , replace = " ## [{{version}}] - {{date}}" , exactly = 1 },
14
- { file = " ../../CHANGELOG.md" , search = " (U|u)nreleased" , replace = " {{version}}" },
15
- { file = " ../../CHANGELOG.md" , search = " <!-- next-header -->" , replace = " <!-- next-header -->\n\n ## [Unreleased]" , exactly = 1 },
16
- { file = " ../../CHANGELOG.md" , search = " \\ .\\ .\\ .HEAD" , replace = " ...{{tag_name}}" , exactly = 1 },
17
- { file = " ../../CHANGELOG.md" , search = " <!-- next-url -->\n " , replace = " <!-- next-url -->\n\n [unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD" , exactly = 1 },
13
+ { file = " ../../CHANGELOG.md" , search = " ## \\ [Unreleased\\ ]" , replace = " ## [{{version}}] - {{date}}" , exactly = 1 },
14
+ { file = " ../../CHANGELOG.md" , search = " (U|u)nreleased" , replace = " {{version}}" },
15
+ { file = " ../../CHANGELOG.md" , search = " <!-- next-header -->" , replace = " <!-- next-header -->\n\n ## [Unreleased]" , exactly = 1 },
16
+ { file = " ../../CHANGELOG.md" , search = " \\ .\\ .\\ .HEAD" , replace = " ...{{tag_name}}" , exactly = 1 },
17
+ { file = " ../../CHANGELOG.md" , search = " <!-- next-url -->\n " , replace = " <!-- next-url -->\n\n [unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD" , exactly = 1 },
18
18
]
19
19
20
20
[features ]
@@ -43,16 +43,24 @@ clru = "0.6.1"
43
43
crc32fast = " 1.3.2"
44
44
bech32 = " 0.9.1"
45
45
# Uses the path when built locally; uses the given version from crates.io when published
46
- cosmwasm-std = { path = " ../std" , version = " 2.0.8" , default-features = false , features = [" std" ] }
46
+ cosmwasm-std = { path = " ../std" , version = " 2.0.8" , default-features = false , features = [
47
+ " std" ,
48
+ ] }
47
49
cosmwasm-crypto = { path = " ../crypto" , version = " 2.0.8" }
48
50
derivative = " 2"
49
51
hex = " 0.4"
50
52
schemars = " 0.8.3"
51
- serde = { version = " 1.0.103" , default-features = false , features = [" derive" , " alloc" ] }
53
+ serde = { version = " 1.0.103" , default-features = false , features = [
54
+ " derive" ,
55
+ " alloc" ,
56
+ ] }
52
57
serde_json = " 1.0.40"
53
58
sha2 = " 0.10.3"
54
59
thiserror = " 1.0.26"
55
- wasmer = { version = " =4.2.6" , default-features = false , features = [" cranelift" , " singlepass" ] }
60
+ wasmer = { version = " =4.2.6" , default-features = false , features = [
61
+ " cranelift" ,
62
+ " singlepass" ,
63
+ ] }
56
64
wasmer-middlewares = " =4.2.6"
57
65
wasmer-types = " =4.2.6"
58
66
strum = { version = " 0.25.0" , default-features = false , features = [" derive" ] }
0 commit comments