Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
TCA166 committed Oct 17, 2024
1 parent 7586ab8 commit 806ca9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ck3_history_extractor"
version = "2.4.0"
version = "2.3.1"
edition = "2021"
authors = ["TCA"]
description = "A tool for generating a encyclopedia from your CK3 save file"
Expand All @@ -23,13 +23,13 @@ serde = {version="1.0.210" , features=["rc", "derive"] }
tempfile = "3.13.0"
syn = "2.0.79"
quote = "1.0.37"
proc-macro2 = "1.0.87"
proc-macro2 = "1.0.88"
zip = "2.2.0"
image = "0.25.2"
image = "0.25.4"
csv = "1.3.0"
plotters = "0.3.7"
tidy-tree = "0.1.0"
serde_json = "1.0.128"
serde_json = "1.0.129"
dialoguer = "0.11.0"
open = "5.1.4"
rand = "0.8.5"
Expand Down
Binary file modified examples/TCA166's history.xz
Binary file not shown.

0 comments on commit 806ca9c

Please sign in to comment.