- Option for different integer types for stack and funge-space, funge-space position still isize.
- Bugfix in skipping a step.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rusty_funge"
|
||||
version = "2022.12.2"
|
||||
version = "2022.12.3"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@@ -10,3 +10,4 @@ clap = { version = "4.0.29", features = ["derive"] }
|
||||
chrono = "0.4.23"
|
||||
cursive = { version = "0.20.0", features = ["termion-backend"] }
|
||||
rand = "0.8.5"
|
||||
num = "0.4.0"
|
||||
Reference in New Issue
Block a user