Skip to content

Commit

Permalink
Merge pull request #60 from IceDynamix/v2.5-update
Browse files Browse the repository at this point in the history
v2.5 update
  • Loading branch information
IceDynamix authored Sep 12, 2024
2 parents 1a40ad8 + 8d38a71 commit 1e3f184
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 35 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ homepage = "https://github.com/IceDynamix/reliquary-archiver"

[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.16", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
color-eyre = "0.6.3"
pcap = "2.0.0"
pcap = "2.2.0"
protobuf = "~3.4.0" # match the protobuf version used in reliquary-codegen
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
ureq = { version = "2.10.1" }
reliquary = { git = "https://github.com/IceDynamix/reliquary", tag = "v3.1.0" }
reliquary = { git = "https://github.com/IceDynamix/reliquary", tag = "v4.0.0" }

[build-dependencies]
ureq = { version = "2.10.1", features = ["json"] }
reliquary = { git = "https://github.com/IceDynamix/reliquary", tag = "v3.1.0" }
reliquary = { git = "https://github.com/IceDynamix/reliquary", tag = "v4.0.0" }

[profile.release]
opt-level = "z" # optimize for size
Expand Down
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const KEY_URL: &str =

fn main() {
println!("cargo::rerun-if-changed=Cargo.toml");
println!("cargo::rerun-if-changed=Cargo.lock");

download_config::<AvatarConfigMap>();
download_config::<AvatarSkillTreeConfigMap>();
Expand Down

0 comments on commit 1e3f184

Please sign in to comment.