diff --git a/rs48/Cargo.toml b/rs48/Cargo.toml index 32a816e..ddf8807 100644 --- a/rs48/Cargo.toml +++ b/rs48/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rs48" -version = "1.3.2" +version = "1.3.3" edition = "2021" description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability." license = "GPL-3.0" @@ -10,5 +10,5 @@ homepage = "https://github.com/MajorBarnulf/rs48" [dependencies] clap = { version = "4.0", features = ["derive"] } -rs48_lib = "1.3" +rs48_lib = "1.3.1" rand = "0.8" diff --git a/rs48/target b/rs48/target new file mode 120000 index 0000000..78bc337 --- /dev/null +++ b/rs48/target @@ -0,0 +1 @@ +../target \ No newline at end of file