Skip to content

Commit

Permalink
Merge branch 'master' of github.com:abdolence/firestore-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jan 19, 2024
2 parents da671c1 + daa79d9 commit a0d94b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde", "clock"], default-features = fa
async-trait = "0.1"
hex = "0.4"
backoff = { version = "0.4", features = ["tokio"] }
redb = { version = "1.4", optional = true }
redb = { version = "1.5", optional = true }
moka = { version = "0.12", features = ["future"], optional = true } # Caching library

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Library provides a simple API for Google Firestore based on the official gRPC AP
Cargo.toml:
```toml
[dependencies]
firestore = "0.37"
firestore = "0.39"
```

## Examples
Expand Down

0 comments on commit a0d94b6

Please sign in to comment.