Skip to content

Commit

Permalink
Rust & package versions housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceejbot committed Dec 18, 2023
1 parent 95caa6d commit ca18fd1
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 50 deletions.
96 changes: 54 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "soulsy"
description = "A minimal Souls-like HUD for Skyrim AE. SKSE plugin."
description = "A minimal Souls-like HUD & hotkeys mod for Skyrim AE. SKSE plugin."
version = "0.13.7"
edition = "2021"
rust-version = "1.71.1"
authors = ["C J Silverio <[email protected]>"]
license = "GPL-3.0"
readme = "README.md"
Expand All @@ -13,22 +14,22 @@ crate-type = ["staticlib"]

[dependencies]
bincode = "2.0.0-rc.3"
cxx = { version = "1.0.110", features = ["c++20"] }
cxx = { version = "1.0.111", features = ["c++20"] }
enumset = "1.1.3"
eyre = "0.6.9"
log = "0.4.20"
lru = "0.12.0"
lru = "0.12.1"
once_cell = "1.18.0"
resvg = "0.36.0"
resvg = "0.37.0"
rust-ini = "0.20.0"
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
simplelog = "0.12.1"
strfmt = "0.2.4"
strum = { version = "0.25.0", features = ["derive"] }
toml = "0.8.6"

[build-dependencies]
cxx-build = "1.0.110"
cxx-build = "1.0.111"

[dev-dependencies]
petname = { version = "1.1.3", default-features = false, features = ["std_rng", "default_dictionary"] }
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ spotless: clean
echo "Run this recipe in a bash shell."

[windows]
@check-translations
@check-translations:
echo "Run this recipe in a bash shell."

[windows]
@install
@install:
echo "Run this recipe in a bash shell."

[windows]
Expand Down

0 comments on commit ca18fd1

Please sign in to comment.