Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 authored Mar 9, 2024
1 parent c495cdd commit 40c1ec3
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 @@
[package]
name = "hvm1"
name = "hvm"
version = "1.0.14"
edition = "2021"
description = "A massively parallel functional runtime."
Expand All @@ -13,7 +13,7 @@ test = true
crate-type = ["cdylib", "rlib"]

[[bin]]
name = "hvm1"
name = "hvm"
test = false

[profile.release]
Expand Down

0 comments on commit 40c1ec3

Please sign in to comment.