Merge #269: liana: 0.1

c31751dee3a42f8d3ed3f116b9bb2fd8c333fc1b liana: 0.1 (edouard)

Pull request description:

  Once this PR is merged, gui will have its liana last commit updated and version set to 0.1

ACKs for top commit:
  darosior:
    utACK c31751dee3a42f8d3ed3f116b9bb2fd8c333fc1b

Tree-SHA512: bc6e9340817363905dc1175b6c97d525c77d76d1cdbb91d1198099c07132ff2e8656ec29c9669c8ce47ba23327d65adb051996e2821ef16a1fa4243b4cd59692
This commit is contained in:
edouard 2022-12-21 12:08:29 +01:00
commit 863cea55d7
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -205,7 +205,7 @@ dependencies = [
[[package]]
name = "liana"
version = "0.0.1"
version = "0.1.0"
dependencies = [
"backtrace",
"base64",

View File

@ -1,6 +1,6 @@
[package]
name = "liana"
version = "0.0.1"
version = "0.1.0"
authors = ["Antoine Poinsot <darosior@protonmail.com>"]
edition = "2018"
repository = "https://github.com/revault/liana"