Update readme, bump version number

This commit is contained in:
Sofia 2025-07-28 14:31:58 +03:00
parent bb7347c97b
commit a60d35c0b0
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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~~

View File

@ -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

View File

@ -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