summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-10-28 20:12:55 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2024-10-28 20:13:24 +1300
commitdb0fdd4bdb26559723e9c61f3d421ff241e348cd (patch)
tree0423191a75d3eef37ea78a9a6ef44f4c50994262 /Cargo.toml
parent4738b8581e932174f9ab99d21c6a24024fb6414d (diff)
downloadbedrock-core-db0fdd4bdb26559723e9c61f3d421ff241e348cd.zip
Use a hyphen instead of an underscore in the crate name
This is in line with the new names of the bedrock-asm and bedrock-pc crates.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a20459d..5d822d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "bedrock_core"
version = "4.0.0"
+name = "bedrock-core"
authors = ["Ben Bridle"]
edition = "2021"
description = "Create Bedrock virtual processors and evaluate Bedrock bytecode"