diff --git a/Cargo.lock b/Cargo.lock index 6f029b5..b7b0a65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" [[package]] name = "reid" -version = "1.0.0-beta.1" +version = "1.0.0-beta.2" dependencies = [ "colored", "reid-lib", @@ -87,7 +87,7 @@ dependencies = [ [[package]] name = "reid-lib" -version = "1.0.0-beta.1" +version = "1.0.0-beta.2" dependencies = [ "llvm-sys", "thiserror", diff --git a/README.md b/README.md index e5a8f35..eedb8bf 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Big features that I want later but are not necessary: Smaller features: - ~~Hex-numbers~~ -- Bitwise operations +- ~~Bitwise operations~~ - ~~Easier way to initialize arrays with a single value~~ - ~~Void-returns (`return;` for void-returning functions)~~ - ~~Only include standard library at all if it is imported~~ diff --git a/reid-llvm-lib/Cargo.toml b/reid-llvm-lib/Cargo.toml index 2b3abfe..d16b790 100644 --- a/reid-llvm-lib/Cargo.toml +++ b/reid-llvm-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reid-lib" -version = "1.0.0-beta.1" +version = "1.0.0-beta.2" edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/reid/Cargo.toml b/reid/Cargo.toml index 9d201e8..4ab2991 100644 --- a/reid/Cargo.toml +++ b/reid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reid" -version = "1.0.0-beta.1" +version = "1.0.0-beta.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html