From db0fdd4bdb26559723e9c61f3d421ff241e348cd Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 28 Oct 2024 20:12:55 +1300 Subject: 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-70-g09d2