Update Liana core lib to master

This commit is contained in:
Antoine Poinsot 2023-05-07 11:13:27 +02:00
parent 9a78b8cfff
commit 89162262e9
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
2 changed files with 2 additions and 2 deletions

2
gui/Cargo.lock generated
View File

@ -1841,7 +1841,7 @@ dependencies = [
[[package]]
name = "liana"
version = "0.4.0"
source = "git+https://github.com/wizardsardine/liana?branch=0.4-lianad#81b81b2f789052cd8ef6b13964f9953f4fcbc0a4"
source = "git+https://github.com/wizardsardine/liana?branch=master#9a78b8cfffd5075dea3a041a9e661c27b14c57a2"
dependencies = [
"backtrace",
"base64",

View File

@ -15,7 +15,7 @@ path = "src/main.rs"
[dependencies]
async-hwi = "0.0.6"
liana = { git = "https://github.com/wizardsardine/liana", branch = "0.4-lianad", default-features = false }
liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false }
liana_ui = { path = "ui" }
backtrace = "0.3"
base64 = "0.13"