Skip to content

Commit

Permalink
use reduct-base 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Mar 29, 2024
1 parent 4de0770 commit 15c5883
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.4] - 2024-03-29

### Changed

* Use reduct-base 1.9.4

## [1.9.3] - 2024-03-22

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "reduct-rs"

version = "1.9.3"
version = "1.9.4"
authors =["Alexey Timin <atimin@reduct.store>"]
edition = "2021"
rust-version = "1.75.0"
Expand All @@ -19,7 +19,7 @@ categories = ["database"]
crate-type = ["lib"]

[dependencies]
reduct-base = "1.9.1"
reduct-base = "1.9.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls", "stream"] }
Expand Down

0 comments on commit 15c5883

Please sign in to comment.