@@ -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 ]
@@ -54,11 +54,17 @@ cosmwasm-crypto = { path = "../crypto", version = "1.5.9" }
54
54
derivative = " 2"
55
55
hex = " 0.4"
56
56
schemars = " 0.8.3"
57
- serde = { version = " 1.0.103" , default-features = false , features = [" derive" , " alloc" ] }
57
+ serde = { version = " 1.0.103" , default-features = false , features = [
58
+ " derive" ,
59
+ " alloc" ,
60
+ ] }
58
61
serde_json = " 1.0.40"
59
62
sha2 = " 0.10.3"
60
63
thiserror = " 1.0.26"
61
- wasmer = { version = " =4.2.2" , default-features = false , features = [" cranelift" , " singlepass" ] }
64
+ wasmer = { version = " =4.2.2" , default-features = false , features = [
65
+ " cranelift" ,
66
+ " singlepass" ,
67
+ ] }
62
68
wasmer-types = " =4.2.2"
63
69
wasmer-middlewares = " =4.2.2"
64
70
0 commit comments