Skip to content

Commit

Permalink
Fix serde-firestore-value version
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Feb 28, 2024
1 parent 1fc8897 commit 60de629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/bouzuya/firestore-structured-query"
[dependencies]
google-api-proto = { version = "1.516", features = ["google-firestore-v1"] }
serde = { version = "1", features = ["derive"], optional = true }
serde-firestore-value = { version = "0.5.0", optional = true }
serde-firestore-value = { version = "0.6.0", optional = true }

[features]
default = []
Expand Down

0 comments on commit 60de629

Please sign in to comment.