Skip to content

Commit

Permalink
remove rust-toolchain.toml and update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 committed May 27, 2024
1 parent 39adb16 commit b01d6a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
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.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "hvm"
description = "A massively parallel, optimal functional runtime in Rust."
license = "Apache-2.0"
version = "2.0.17"
edition = "2021"
rust-version = "1.74"
build = "build.rs"
description = "A massively parallel, optimal functional runtime in Rust."
license = "Apache-2.0"

[lib]
name = "hvm"
Expand Down
4 changes: 0 additions & 4 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit b01d6a0

Please sign in to comment.