Update Liana core lib to master
This commit is contained in:
parent
9a78b8cfff
commit
89162262e9
2
gui/Cargo.lock
generated
2
gui/Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user