Skip to content

Commit

Permalink
build!: release v0.0.1-alpha.15
Browse files Browse the repository at this point in the history
Updated dependencies.

Replaced ureq with a patched github repo.
The hootbin dependency pulls in sub-depedencies which are only needed for testing hootbin.
So until this has been fixed upstream, I've removed this hootbin usage.
  • Loading branch information
kolbma committed Feb 10, 2024
1 parent ae9a072 commit 783d4a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rqlite_client"
version = "0.0.1-alpha.14"
version = "0.0.1-alpha.15"
authors = ["Markus Kolb"]
description = "rqlite database client with optional extra convenience"
documentation = "https://docs.rs/rqlite_client/"
Expand Down Expand Up @@ -29,7 +29,7 @@ maintenance = { status = "actively-developed" }
lazy_static = { version = "1.4.0" }
log = { version = "0.4.20", optional = true }
percent-encoding = { version = "2.3.1", default-features = false, optional = true }
ureq = { git = "https://github.com/kolbma/ureq.git", branch = "no_hootbin", features = [
ureq = { git = "https://github.com/kolbma/ureq.git", branch = "no_hootbin", version = "2.9.5", features = [
"gzip",
"json",
], optional = true }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg)
[![Rust](https://github.com/kolbma/rs_rqlite_client/actions/workflows/rust.yml/badge.svg)](https://github.com/kolbma/rs_rqlite_client/actions/workflows/rust.yml)

# rqlite_client v0.0.1-alpha.14
# rqlite_client v0.0.1-alpha.15


This is an __rqlite__ database client library with optional extra _convenience_.
Expand Down Expand Up @@ -256,8 +256,8 @@ See [`Query`](https://docs.rs/rqlite_client/latest/rqlite_client/struct.Query.ht

## Current version

[Source https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.14](https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.14)
[Download https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.14](https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.14)
[Source https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.15](https://github.com/kolbma/rs_rqlite_client/tree/v0.0.1-alpha.15)
[Download https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.15](https://github.com/kolbma/rs_rqlite_client/releases/tag/v0.0.1-alpha.15)

## License

Expand Down

0 comments on commit 783d4a6

Please sign in to comment.