Skip to content

Commit

Permalink
Updated to slint 1.3.0
Browse files Browse the repository at this point in the history
No longer need to refer to slint git.
  • Loading branch information
bjorn committed Nov 10, 2023
1 parent d8859c3 commit 8544725
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 39 deletions.
148 changes: 113 additions & 35 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 @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md", "build.rs"]

[dependencies]
anyhow = "1.0.75"
bitcoin = "0.30.1"
bitcoin = "0.31.0"
chrono = { version = "0.4.31", features = ["serde"] }
chrono-tz = "0.8"
csv = "1.2"
Expand All @@ -33,7 +33,7 @@ rust_decimal_macros = "1.32"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
slice-group-by = "0.3.1"
slint = { version = "1.2.2", git = "https://github.com/slint-ui/slint" }
slint = "1.3.0"
stellar-base = { version = "0.6", default-features = false }
stellar-horizon = "0.7"
strum = { version = "0.25", features = ["derive"] }
Expand Down
Loading

0 comments on commit 8544725

Please sign in to comment.