diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2024-10-28 20:12:55 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2024-10-28 20:13:24 +1300 |
commit | db0fdd4bdb26559723e9c61f3d421ff241e348cd (patch) | |
tree | 0423191a75d3eef37ea78a9a6ef44f4c50994262 | |
parent | 4738b8581e932174f9ab99d21c6a24024fb6414d (diff) | |
download | bedrock-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.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |