Skip to content

Commit

Permalink
rename bin to HVM1
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTaelin committed Feb 7, 2024
1 parent 926c62e commit aa4d241
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "hvm"
version = "1.0.11"
name = "hvm1"
version = "1.0.12"
edition = "2021"
description = "A massively parallel functional runtime."
repository = "https://github.com/HigherOrderCO/HVM"
repository = "https://github.com/HigherOrderCO/HVM1"
license = "MIT"
keywords = ["functional", "language", "runtime", "compiler", "target"]
categories = ["compilers"]
Expand All @@ -13,7 +13,7 @@ test = true
crate-type = ["cdylib", "rlib"]

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

[profile.release]
Expand Down

0 comments on commit aa4d241

Please sign in to comment.