@@ -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 ]
@@ -59,16 +43,24 @@ clru = "0.6.1"
59
43
crc32fast = " 1.3.2"
60
44
bech32 = " 0.9.1"
61
45
# Uses the path when built locally; uses the given version from crates.io when published
62
- 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
+ ] }
63
49
cosmwasm-crypto = { path = " ../crypto" , version = " 2.0.8" }
64
50
derivative = " 2"
65
51
hex = " 0.4"
66
52
schemars = " 0.8.3"
67
- 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
+ ] }
68
57
serde_json = " 1.0.40"
69
58
sha2 = " 0.10.3"
70
59
thiserror = " 1.0.26"
71
- 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
+ ] }
72
64
wasmer-middlewares = " =4.2.6"
73
65
wasmer-types = " =4.2.6"
74
66
strum = { version = " 0.25.0" , default-features = false , features = [" derive" ] }
0 commit comments