Skip to content

Commit

Permalink
bump: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Aug 12, 2022
1 parent 70d9da2 commit deef5b7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion viz-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viz-core"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Fangdun Tsai <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions viz-handlers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viz-handlers"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Fangdun Tsai <[email protected]>"]
Expand All @@ -23,7 +23,7 @@ serve = [
]

[dependencies]
viz-core = { path = "../viz-core", version = '0.3' }
viz-core = { path = "../viz-core", version = '0.3.1' }

# required!
thiserror = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions viz-router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viz-router"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Fangdun Tsai <[email protected]>"]
Expand All @@ -14,7 +14,7 @@ publish = true
default = []

[dependencies]
viz-core = { path = "../viz-core", version = "0.3" }
viz-core = { path = "../viz-core", version = "0.3.1" }
path-tree = "0.4"
serde = "1.0"
thiserror = "1.0"
Expand Down
8 changes: 4 additions & 4 deletions viz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "viz"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -61,9 +61,9 @@ rustls = ["rustls-pemfile", "tokio-rustls", "futures-util"]
native-tls = ["tokio-native-tls", "futures-util"]

[dependencies]
viz-core = { path = "../viz-core", version = "0.3.0" }
viz-router = { path = "../viz-router", version = "0.3.0" }
viz-handlers = { path = "../viz-handlers", version = "0.2.0", optional = true }
viz-core = { path = "../viz-core", version = "0.3.1" }
viz-router = { path = "../viz-router", version = "0.3.1" }
viz-handlers = { path = "../viz-handlers", version = "0.2.1", optional = true }
viz-macros = { path = "../viz-macros", version = "0.1.0", optional = true }
hyper = { version = "0.14", features = ["server", "stream", "tcp"] }
tokio = { version = "1.20", features = ["net"] }
Expand Down

0 comments on commit deef5b7

Please sign in to comment.