File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ members = [
35
35
]
36
36
37
37
[workspace .package ]
38
- version = " 0.6 .0"
38
+ version = " 0.7 .0"
39
39
authors = [
" Fangdun Tsai <[email protected] >" ]
40
40
edition = " 2021"
41
41
homepage = " https://viz.rs"
@@ -45,10 +45,10 @@ license = "MIT"
45
45
rust-version = " 1.63" # follows `tokio` and `hyper`
46
46
47
47
[workspace .dependencies ]
48
- viz = { version = " 0.6 .0" , path = " viz" }
49
- viz-core = { version = " 0.6 .0" , path = " viz-core" }
50
- viz-router = { version = " 0.6 .0" , path = " viz-router" }
51
- viz-handlers = { version = " 0.6 .0" , path = " viz-handlers" , default-features = false }
48
+ viz = { version = " 0.7 .0" , path = " viz" }
49
+ viz-core = { version = " 0.7 .0" , path = " viz-core" }
50
+ viz-router = { version = " 0.7 .0" , path = " viz-router" }
51
+ viz-handlers = { version = " 0.7 .0" , path = " viz-handlers" , default-features = false }
52
52
viz-macros = { version = " 0.2.0" , path = " viz-macros" }
53
53
viz-test = { version = " 0.2.0" , path = " viz-test" }
54
54
You can’t perform that action at this time.
0 commit comments