Skip to content

Commit

Permalink
Specify Rust version + bump DFX version (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored May 23, 2024
1 parent e9c981a commit 33befb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ SHELL ["bash", "-c"]

ARG git_commit_id
ARG rustflags
ARG rust_version=1.76.0
ARG rust_version=1.78.0

ENV GIT_COMMIT_ID=$git_commit_id
ENV TZ=UTC
ENV DFX_VERSION=0.19.0
ENV DFX_VERSION=0.20.0
ENV PATH="/root/.local/share/dfx/bin:$PATH"
ENV RUSTFLAGS=$rustflags

Expand Down
2 changes: 1 addition & 1 deletion dfx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dfx": "0.19.0",
"dfx": "0.20.0",
"canisters": {
"event_store": {
"type": "rust",
Expand Down
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "1.78.0"
targets = ["wasm32-unknown-unknown"]

0 comments on commit 33befb2

Please sign in to comment.