Bump versions to 0.3.0
This commit is contained in:
parent
6fb922f4ba
commit
a8c813b9a7
8 changed files with 16 additions and 16 deletions
6
backend/Cargo.lock
generated
6
backend/Cargo.lock
generated
|
|
@ -1876,7 +1876,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reconcile"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"insta",
|
||||
"pretty_assertions",
|
||||
|
|
@ -2510,7 +2510,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sync_lib"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"console_error_panic_hook",
|
||||
|
|
@ -2523,7 +2523,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sync_server"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"aide",
|
||||
"aide-axum-typed-multipart",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ authors = ["Andras Schmelczer <andras@schmelczer.dev>"]
|
|||
edition = "2024"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/schmelczer/vault-link"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue