Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit a42bec7

Browse files
authored
bump to 0.1.3 (#25)
1 parent bc495ae commit a42bec7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ceresdb-client-py"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["CeresDB Authors <ceresdbservice@gmail.com>"]
55
edition = "2021"
66

@@ -13,7 +13,7 @@ tokio = { version = "1", features = ["sync"] }
1313

1414
[dependencies.ceresdb-client-rs]
1515
git = "https://github.com/CeresDB/ceresdb-client-rs.git"
16-
rev = "dc3f84a19a941059ab9022b4f8376121551114dc"
16+
rev = "5d629f113a1698a0401215a040202abf76b825ff"
1717

1818
[lib]
1919
crate-type = ["cdylib"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ceresdb-client"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "The python client for ceresdb."
55
readme = "README.md"
66
requires-python = ">=3.7"

0 commit comments

Comments
 (0)