Skip to content

Commit

Permalink
upgrade to rust 1.69.0 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik authored May 24, 2023
1 parent a283b0a commit 11d8cb0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-mangos-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"changelog": minor
---

upgrade to rust 1.69.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace.package]
version = "0.4.0"
rust-version = "1.65.0" # Keep this version in sync with "$RUST_VERSION" in "$REPO_ROOT/bin/hermit.hcl" and "rust-src" in "$REPO_ROOT/bin"
rust-version = "1.69.0" # Keep this version in sync with "$RUST_VERSION" in "$REPO_ROOT/bin/hermit.hcl" and "rust-src" in "$REPO_ROOT/bin"
edition = "2021"
publish = false

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/hermit.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env = {

// Rust:
"RUST_BACKTRACE": "FULL",
"RUST_VERSION": "1.65.0", // Keep this version in sync with "rust-version" in "$REPO_ROOT/Cargo.toml" and "rust-src" in "$REPO_ROOT/bin"
"RUST_VERSION": "1.69.0", // Keep this version in sync with "rust-version" in "$REPO_ROOT/Cargo.toml" and "rust-src" in "$REPO_ROOT/bin"

// TypeScript:
"TS_NODE_PROJECT": "${HERMIT_ENV}/tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion bin/rust-src

0 comments on commit 11d8cb0

Please sign in to comment.