bumped version, added target link for aur scripts
This commit is contained in:
parent
e9766f074a
commit
dda4b4b519
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rs48"
|
name = "rs48"
|
||||||
version = "1.3.2"
|
version = "1.3.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability."
|
description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability."
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
@ -10,5 +10,5 @@ homepage = "https://github.com/MajorBarnulf/rs48"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.0", features = ["derive"] }
|
clap = { version = "4.0", features = ["derive"] }
|
||||||
rs48_lib = "1.3"
|
rs48_lib = "1.3.1"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
|
|
1
rs48/target
Symbolic link
1
rs48/target
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../target
|
Loading…
Add table
Add a link
Reference in a new issue