File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lovely-core"
3
- version = " 0.5.0"
3
+ version = " 0.5.0-beta2 "
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name = "lovely"
8
8
crate-type = [" cdylib" ]
9
9
10
10
[dependencies ]
11
- lovely-core = { version =" * " , path = " ../lovely-core" }
11
+ lovely-core = { version =" 0.5.0-beta2 " , path = " ../lovely-core" }
12
12
13
13
libc = " 0.2.153"
14
14
once_cell = " 1.19.0"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name = "version"
8
8
crate-type = [" cdylib" ]
9
9
10
10
[dependencies ]
11
- lovely-core = { version =" * " , path = " ../lovely-core" }
11
+ lovely-core = { version =" 0.5.0-beta2 " , path = " ../lovely-core" }
12
12
13
13
libc = " 0.2.141"
14
14
once_cell = " 1.19.0"
You can’t perform that action at this time.
0 commit comments