File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Builds the Rust library libwasmvm
2
- BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0101
2
+ BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0102
3
3
# Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library
4
4
# This image is currently not published.
5
5
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/libwasmvm-builder:0101
3
+ BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0102
4
4
5
5
.PHONY : docker-image-debian
6
6
docker-image-debian :
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ See those DockerHub repos for all available versions of the builder images.
23
23
24
24
** Unreleased**
25
25
26
+ ** Version 0102:**
27
+
26
28
- Update Rust to 1.82.0.
27
29
28
30
** Version 0101:**
Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ We currently use the following version:
63
63
64
64
| Type | Rust version | Note |
65
65
| ------------------------ | ------------ | --------------------------------- |
66
- | Production Rust compiler | 1.81 .0 | Builders version 0101 |
66
+ | Production Rust compiler | 1.82 .0 | Builders version 0102 |
67
67
| Min Rust compiler | 1.74.0 | Supports builder versions >= 0019 |
68
68
| Tooling Rust compiler | 1.75.0 | |
You can’t perform that action at this time.
0 commit comments