Skip to content

Commit

Permalink
set MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
yoav-lavi committed Jul 16, 2023
1 parent 8711f52 commit bf9c9f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/melody_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/yoav-lavi/melody"
readme = "README.md"
version = "0.19.0"
edition = "2021"
rust = "1.65.0"
license = "MIT OR Apache-2.0"
keywords = ["melody", "melodylang", "language", "cli"]
categories = ["command-line-utilities"]
Expand Down
1 change: 1 addition & 0 deletions crates/melody_compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = "https://github.com/yoav-lavi/melody"
readme = "README.md"
version = "0.19.0"
edition = "2021"
rust = "1.65.0"
license = "MIT OR Apache-2.0"
keywords = ["melody", "melodylang", "language", "compiler"]
categories = ["compilers"]
Expand Down
2 changes: 1 addition & 1 deletion crates/melody_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "melody_wasm"
version = "0.19.0"
edition = "2021"
rust-version = "1.71.0"
rust = "1.65.0"
description = "WASM bindings for the Melody language compiler"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yoav-lavi/melody"
Expand Down

0 comments on commit bf9c9f5

Please sign in to comment.