@@ -10,27 +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
- <<<<<<< HEAD
14
- { file = " ../../CHANGELOG.md" , search = " ## \\ [Unreleased\\ ]" , replace = " ## [{{version}}] - {{date}}" , exactly = 1 },
15
- { file = " ../../CHANGELOG.md" , search = " (U|u)nreleased" , replace = " {{version}}" },
16
- { file = " ../../CHANGELOG.md" , search = " <!-- next-header -->" , replace = " <!-- next-header -->\n\n ## [Unreleased]" , exactly = 1 },
17
- { file = " ../../CHANGELOG.md" , search = " \\ .\\ .\\ .HEAD" , replace = " ...{{tag_name}}" , exactly = 1 },
18
- { file = " ../../CHANGELOG.md" , search = " <!-- next-url -->\n " , replace = " <!-- next-url -->\n\n [unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD" , exactly = 1 },
19
- =======
20
13
{ file = " ../../CHANGELOG.md" , search = " ## \\ [Unreleased\\ ]" , replace = " ## [{{version}}] - {{date}}" , exactly = 1 },
21
14
{ file = " ../../CHANGELOG.md" , search = " (U|u)nreleased" , replace = " {{version}}" },
22
15
{ file = " ../../CHANGELOG.md" , search = " <!-- next-header -->" , replace = " <!-- next-header -->\n\n ## [Unreleased]" , exactly = 1 },
23
- <<<<<<< HEAD
24
- { file = " ../../CHANGELOG.md" , search = " <!-- next-url -->\n " , replace = " <!-- next-url -->\n\n [unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD" , exactly = 1 },
25
- <<<<<<< HEAD
26
- >>>>>>> 55 ee235b (Fix replacement order)
27
- =======
28
- { file = "../../CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 },
29
- >>>>>>> 38fea3a7 ([autofix.ci] apply automated fixes)
30
- =======
31
16
{ file = " ../../CHANGELOG.md" , search = " \\ .\\ .\\ .HEAD" , replace = " ...{{tag_name}}" , exactly = 1 },
32
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 },
33
- >>>>>>> 961abe68 (Fix replacement order (again))
34
18
]
35
19
36
20
[features ]
@@ -70,11 +54,17 @@ cosmwasm-crypto = { path = "../crypto", version = "1.5.9" }
70
54
derivative = " 2"
71
55
hex = " 0.4"
72
56
schemars = " 0.8.3"
73
- 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
+ ] }
74
61
serde_json = " 1.0.40"
75
62
sha2 = " 0.10.3"
76
63
thiserror = " 1.0.26"
77
- 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
+ ] }
78
68
wasmer-types = " =4.2.2"
79
69
wasmer-middlewares = " =4.2.2"
80
70
0 commit comments