Release 0.21

This commit is contained in:
varjolintu
2025-04-05 08:46:37 +03:00
parent 6e76a1fa1d
commit cc7cafd46c
3 changed files with 8 additions and 8 deletions
Generated
+5 -5
View File
@@ -10,9 +10,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.8.0" version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
[[package]] [[package]]
name = "byteorder" name = "byteorder"
@@ -34,7 +34,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]] [[package]]
name = "keepassxc-proxy" name = "keepassxc-proxy"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"named_pipe", "named_pipe",
@@ -53,9 +53,9 @@ dependencies = [
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.169" version = "0.2.171"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]] [[package]]
name = "memoffset" name = "memoffset"
+2 -2
View File
@@ -1,7 +1,7 @@
[package] [package]
name = "keepassxc-proxy" name = "keepassxc-proxy"
version = "0.2.0" version = "0.2.1"
authors = ["varjolintu <sami.vanttinen@ahmala.org>"] authors = ["varjolintu <sami.vanttinen@varjolintu.fi>"]
keywords = ["native", "messaging", "host", "protocol", "keepassxc"] keywords = ["native", "messaging", "host", "protocol", "keepassxc"]
license = "GPL-3.0" license = "GPL-3.0"
repository = "https://github.com/varjolintu/keepassxc-proxy-rust" repository = "https://github.com/varjolintu/keepassxc-proxy-rust"
+1 -1
View File
@@ -52,7 +52,7 @@ RUSTFLAGS='-C link-arg=-s' cargo build --release --target x86_64-unknown-linux-m
## Copyright ## Copyright
``` ```
Copyright (C) 2017-2022 Sami Vänttinen <sami.vanttinen@ahmala.org> Copyright (C) 2017-2025 Sami Vänttinen <sami.vanttinen@varjolintu.fi>
Copyright (C) 2017-2018 Andy Brandt <andy@brandt.tech> Copyright (C) 2017-2018 Andy Brandt <andy@brandt.tech>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify