Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pbellchambers committed Jun 25, 2024
1 parent 49337fe commit f20a47f
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
100 changes: 50 additions & 50 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rand = "0.8.5"
rayon = "1.10.0"
regex = "1.10.5"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.118"
simplelog = "0.12.2"
strum_macros = "0.26.4"
uuid = { version = "1.8.0", features = ["serde", "v4"] }
uuid = { version = "1.9.1", features = ["serde", "v4"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Currently, the following functionality is defined entirely by text or json files
- **spawns** - *.json* - Spawn locations of monsters. There should be one spawn file per map.

## Building from source
1. Install latest version of [rust](https://www.rust-lang.org/) (most recently confirmed working `1.78.0`)
1. Install latest version of [rust](https://www.rust-lang.org/) (most recently confirmed working `1.79.0`)
2. Download this repository
3. Run `cargo build` in the repository root directory
4. Copy `assets` directory into `target/debug` directory
Expand Down

0 comments on commit f20a47f

Please sign in to comment.