Skip to content

Commit 9221b42

Browse files
committed
update version
1 parent 3139784 commit 9221b42

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

Cargo.lock

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

scylla_models/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla_models"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

scylla_operations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla_operations"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

scylla_pg_client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scylla_pg_client",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"description": "Scylla task scheduler, javascript binding.for postgres",
55
"engines": {
66
"node": ">=14.16.1",
@@ -14,7 +14,7 @@
1414
"email": "asharmaanil@gmail.com",
1515
"license": "MIT",
1616
"dependencies": {
17-
"scylla_pg_js": "0.1.28"
17+
"scylla_pg_js": "0.1.29"
1818
},
1919
"devDependencies": {
2020
"@ava/typescript": "^4.1.0",

scylla_pg_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla_pg_core"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

scylla_pg_js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla_pg_js"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
edition = "2021"
55

66

scylla_pg_js/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scylla_pg_js",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {
@@ -38,12 +38,12 @@
3838
},
3939
"packageManager": "yarn@3.3.1",
4040
"optionalDependencies": {
41-
"scylla_pg_js-win32-x64-msvc": "0.1.28",
42-
"scylla_pg_js-darwin-x64": "0.1.28",
43-
"scylla_pg_js-linux-x64-gnu": "0.1.28",
44-
"scylla_pg_js-linux-x64-musl": "0.1.28",
45-
"scylla_pg_js-linux-arm64-musl": "0.1.28",
46-
"scylla_pg_js-darwin-arm64": "0.1.28",
47-
"scylla_pg_js-darwin-universal": "0.1.28"
41+
"scylla_pg_js-win32-x64-msvc": "0.1.29",
42+
"scylla_pg_js-darwin-x64": "0.1.29",
43+
"scylla_pg_js-linux-x64-gnu": "0.1.29",
44+
"scylla_pg_js-linux-x64-musl": "0.1.29",
45+
"scylla_pg_js-linux-arm64-musl": "0.1.29",
46+
"scylla_pg_js-darwin-arm64": "0.1.29",
47+
"scylla_pg_js-darwin-universal": "0.1.29"
4848
}
4949
}

scylla_pg_lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla_pg_lib"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -25,5 +25,5 @@ scylla_operations = { path = "../scylla_operations" }
2525
scylla_pg_core = { path = "../scylla_pg_core" }
2626
env_logger = "0.9.3"
2727
log = "0.4.20"
28-
rand="0.9.0"
28+
rand = "0.9.0"
2929
hdrhistogram = "7.5.4"

scylla_pg_monitor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla_pg_monitor"
3-
version = "0.1.28"
3+
version = "0.1.29"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)