Skip to content

Commit

Permalink
chore: update min rust version, cargo resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Sep 14, 2023
1 parent ae9736e commit 0a624ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]

resolver = "2"
members = [
"hir",
"hir-analysis",
Expand All @@ -12,7 +12,7 @@ members = [

[workspace.package]
version = "0.1.0"
rust-version = "1.67"
rust-version = "1.71"
authors = ["Miden Team"]
description = "An intermediate representation and compiler for Miden Assembly"
repository = "https://github.com/0xPolygonMiden/miden-ir"
Expand Down

0 comments on commit 0a624ec

Please sign in to comment.