File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : all build build-rust build-go test
2
2
3
3
# Builds the Rust library libwasmvm
4
- BUILDERS_PREFIX := cosmwasm/go-ext-builder:0019-dev
4
+ BUILDERS_PREFIX := cosmwasm/go-ext-builder:0019
5
5
# Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library
6
6
# This image is currently not published.
7
7
ALPINE_TESTER := cosmwasm/alpine-tester:local
Original file line number Diff line number Diff line change 1
1
# Versioned by a simple counter that is not bound to a specific CosmWasm version
2
2
# See builders/README.md
3
- BUILDERS_PREFIX := cosmwasm/go-ext-builder:0019-dev
3
+ BUILDERS_PREFIX := cosmwasm/go-ext-builder:0019
4
4
5
5
.PHONY : docker-image-centos7
6
6
docker-image-centos7 :
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ versions of the builder images.
21
21
22
22
** Unreleased**
23
23
24
+ ** Version 0019:**
25
+
24
26
- Bump ` OSX_VERSION_MIN ` to 10.15.
25
27
- Update Rust to 1.77.0.
26
28
You can’t perform that action at this time.
0 commit comments