Skip to content

Commit

Permalink
build: bump tauri versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader committed Jan 5, 2025
1 parent 8440f5d commit 73e04cd
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 123 deletions.
83 changes: 42 additions & 41 deletions Cargo.lock

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

21 changes: 2 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,11 @@ resolver = "2"
members = ["identity-wallet", "unime/src-tauri"]

[workspace.dependencies]
# All Tauri related dependencies. These dependencies are deliberately pinned to specific versions to ensure
# compatibility.
# The dependency versions related to the current `tauri` version "2.0.0-beta.24" can be found here:
# - https://github.com/tauri-apps/tauri/blob/6d965e9fbf57323b1ba25faa68b4d0b7df4f07db/core/tauri/Cargo.toml#L3
# - https://github.com/tauri-apps/tauri/blob/6d965e9fbf57323b1ba25faa68b4d0b7df4f07db/core/tauri/Cargo.toml#L54-L57
#
# The dependency versions related to the current `tauri-build` version "2.0.0-beta.19" can be found here:
# - https://github.com/tauri-apps/tauri/blob/6d965e9fbf57323b1ba25faa68b4d0b7df4f07db/core/tauri-build/Cargo.toml#L3
# - https://github.com/tauri-apps/tauri/blob/6d965e9fbf57323b1ba25faa68b4d0b7df4f07db/core/tauri-build/Cargo.toml#L31-L32
# - https://github.com/tauri-apps/tauri/blob/6d965e9fbf57323b1ba25faa68b4d0b7df4f07db/core/tauri-build/Cargo.toml#L39
tauri = { version = "2.1.1", features = [
tauri = { version = "2.2.0", features = [
"protocol-asset",
"rustls-tls",
] }
# tauri-codegen = { version = "2.0.0-rc.0" }
tauri-build = "2.0.3"
# tauri-build = { version = "2.0.0-rc.0", default-features = false}
# tauri-macros = { version = "2.0.0-rc.0" }
# tauri-runtime = { version = "2.0.0-rc.0" }
# tauri-runtime-wry = { version = "2.0.0-rc.0" }
# tauri-utils = { version = "2.0.0-rc.0", features = [ "resources" ] }
# tauri-winres = "=0.1"
tauri-build = "2.0.4"

did_manager = { git = "https://[email protected]/impierce/did-manager.git", tag = "v1.0.0-beta.3" }
jsonwebtoken = "9.3"
Expand Down
Loading

0 comments on commit 73e04cd

Please sign in to comment.