Skip to content

Commit 5bd7543

Browse files
committed
Set builder version to 0102
1 parent 484d39b commit 5bd7543

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builds the Rust library libwasmvm
2-
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0101
2+
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0102
33
# Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library
44
# This image is currently not published.
55
ALPINE_TESTER := cosmwasm/alpine-tester:local

builders/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versioned by a simple counter that is not bound to a specific CosmWasm version
22
# See builders/README.md
3-
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0101
3+
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0102
44

55
.PHONY: docker-image-debian
66
docker-image-debian:

builders/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ See those DockerHub repos for all available versions of the builder images.
2323

2424
**Unreleased**
2525

26+
**Version 0102:**
27+
2628
- Update Rust to 1.82.0.
2729

2830
**Version 0101:**

docs/COMPILER_VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ We currently use the following version:
6363

6464
| Type | Rust version | Note |
6565
| ------------------------ | ------------ | --------------------------------- |
66-
| Production Rust compiler | 1.81.0 | Builders version 0101 |
66+
| Production Rust compiler | 1.82.0 | Builders version 0102 |
6767
| Min Rust compiler | 1.74.0 | Supports builder versions >= 0019 |
6868
| Tooling Rust compiler | 1.75.0 | |

0 commit comments

Comments
 (0)