Skip to content

Commit e068ec3

Browse files
author
Eric Fu
committed
update version to 0.1.13
1 parent 9782f45 commit e068ec3

File tree

43 files changed

+114
-114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+114
-114
lines changed

Cargo.lock

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

src/batch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "risingwave_batch"
4-
version = "0.2.0-alpha"
4+
version = "0.1.13"
55

66
[dependencies]
77
anyhow = "1"
@@ -60,7 +60,7 @@ url = "2"
6060
uuid = "1"
6161

6262
[target.'cfg(not(madsim))'.dependencies]
63-
workspace-hack = { version = "0.2.0-alpha", path = "../workspace-hack" }
63+
workspace-hack = { version = "0.1.13", path = "../workspace-hack" }
6464

6565
[dev-dependencies]
6666
criterion = { version = "0.3.5", features = ["async_tokio", "async"] }

src/bench/Cargo.toml

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

66
[dependencies]
@@ -54,7 +54,7 @@ tracing-opentelemetry = { version = "0.17", optional = true }
5454
tracing-subscriber = "0.3.16"
5555

5656
[target.'cfg(not(madsim))'.dependencies]
57-
workspace-hack = { version = "0.2.0-alpha", path = "../workspace-hack" }
57+
workspace-hack = { version = "0.1.13", path = "../workspace-hack" }
5858

5959
[[bin]]
6060
name = "file-cache-bench"

src/cmd/Cargo.toml

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

66
[features]
@@ -33,7 +33,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
3333
] }
3434
tracing = { version = "0.1" }
3535
workspace-config = { path = "../utils/workspace-config", optional = true }
36-
workspace-hack = { version = "0.2.0-alpha", path = "../workspace-hack" }
36+
workspace-hack = { version = "0.1.13", path = "../workspace-hack" }
3737

3838
[[bin]]
3939
name = "frontend"

0 commit comments

Comments
 (0)