Skip to content

Commit

Permalink
v0.3.0-beta.3: Rebuild with modern Rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
emk committed May 20, 2021
1 parent fea1c02 commit d88f2e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.3.0-beta.3] - 2021-05-20

### Fixed

- Rebuild with modern Rust toolchain.

## [0.3.0-beta.2] - 2021-05-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geocode-csv"
version = "0.3.0-beta.2"
version = "0.3.0-beta.3"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile for building static release binaries using musl-libc.

FROM ekidd/rust-musl-builder:stable-openssl11
FROM ekidd/rust-musl-builder:latest

# We need to add the source code to the image because `rust-musl-builder`
# assumes a UID of 1000, but TravisCI has switched to 2000.
Expand Down

0 comments on commit d88f2e5

Please sign in to comment.