Skip to content

Commit

Permalink
3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aknarts committed May 9, 2024
1 parent 8d8b26e commit a6817ae
Show file tree
Hide file tree
Showing 4 changed files with 421 additions and 404 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "epic_asset_manager"
version = "3.8.4"
version = "3.8.5"
authors = ["Milan Stastny <[email protected]>"]
edition = "2021"
license-file = "LICENSE"
Expand All @@ -17,7 +17,7 @@ byte-unit = "5.1"
chrono = "0.4"
diesel = { version = "2", features = ["sqlite", "r2d2"] }
diesel_migrations = { version = "2", features = ["sqlite"] }
egs-api = "0.6"
egs-api = "0.7"
env_logger = "0.11"
fs2 = "0.4.3"
gtk4 = { version = "0.7.3", features = ["v4_8"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"--talk-name=org.freedesktop.secrets",
"--talk-name=org.freedesktop.Flatpak",
"--device=dri",
"--env=RUST_LOG=epic_asset_manager=trace",
"--env=RUST_LOG=debug,epic_asset_manager=trace,egs-api=trace",
"--env=RUST_BACKTRACE=full"
],
"build-options": {
Expand Down Expand Up @@ -49,4 +49,3 @@
}
]
}

Loading

0 comments on commit a6817ae

Please sign in to comment.