File tree Expand file tree Collapse file tree 9 files changed +22
-22
lines changed Expand file tree Collapse file tree 9 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ publish = false
17
17
[dev-dependencies ]
18
18
async-std = { version = " 1.6.2" , features = [" attributes" ] }
19
19
anyhow = " 1.0.32"
20
- cap-async-std = { path = " cap-async-std" , version = " ^0.4.0" }
21
- cap-dir-ext = { path = " cap-dir-ext" , version = " ^0.4.0" }
22
- cap-directories = { path = " cap-directories" , version = " ^0.4.0" }
23
- cap-std = { path = " cap-std" , version = " ^0.4.0" }
24
- cap-tempfile = { path = " cap-tempfile" , version = " ^0.4.0" }
20
+ cap-async-std = { path = " cap-async-std" , version = " ^0.4.1-alpha. 0" }
21
+ cap-dir-ext = { path = " cap-dir-ext" , version = " ^0.4.1-alpha. 0" }
22
+ cap-directories = { path = " cap-directories" , version = " ^0.4.1-alpha. 0" }
23
+ cap-std = { path = " cap-std" , version = " ^0.4.1-alpha. 0" }
24
+ cap-tempfile = { path = " cap-tempfile" , version = " ^0.4.1-alpha. 0" }
25
25
rand = " 0.7.3"
26
26
tempfile = " 3.1.0"
27
27
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-async-std"
3
- version = " 0.4.0"
3
+ version = " 0.4.1-alpha. 0"
4
4
description = " Capability-oriented version of async-std"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
@@ -16,7 +16,7 @@ readme = "README.md"
16
16
[dependencies ]
17
17
arf-strings = { version = " 0.3.0" , optional = true }
18
18
async-std = { version = " 1.6.2" , features = [" attributes" ] }
19
- cap-primitives = { path = " ../cap-primitives" , version = " ^0.4.0" }
19
+ cap-primitives = { path = " ../cap-primitives" , version = " ^0.4.1-alpha. 0" }
20
20
21
21
[badges ]
22
22
maintenance = { status = " actively-developed" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-dir-ext"
3
- version = " 0.4.0"
3
+ version = " 0.4.1-alpha. 0"
4
4
description = " Extension traits for `Dir`"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
@@ -15,9 +15,9 @@ readme = "README.md"
15
15
16
16
[dependencies ]
17
17
arf-strings = { version = " 0.3.0" , optional = true }
18
- cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.4.0" }
19
- cap-std = { path = " ../cap-std" , optional = true , version = " ^0.4.0" }
20
- cap-primitives = { path = " ../cap-primitives" , version = " ^0.4.0" }
18
+ cap-async-std = { path = " ../cap-async-std" , optional = true , version = " ^0.4.1-alpha. 0" }
19
+ cap-std = { path = " ../cap-std" , optional = true , version = " ^0.4.1-alpha. 0" }
20
+ cap-primitives = { path = " ../cap-primitives" , version = " ^0.4.1-alpha. 0" }
21
21
22
22
[features ]
23
23
default = [" std" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-directories"
3
- version = " 0.4.0"
3
+ version = " 0.4.1-alpha. 0"
4
4
description = " Capability-oriented standard directories for config, cache and other data"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
@@ -14,7 +14,7 @@ edition = "2018"
14
14
readme = " README.md"
15
15
16
16
[dependencies ]
17
- cap-std = { path = " ../cap-std" , version = " ^0.4.0" }
17
+ cap-std = { path = " ../cap-std" , version = " ^0.4.1-alpha. 0" }
18
18
directories = " 3.0.1"
19
19
20
20
[target .'cfg(not(windows))' .dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-primitives"
3
- version = " 0.4.0"
3
+ version = " 0.4.1-alpha. 0"
4
4
description = " Capability-oriented primitives"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-rand"
3
- version = " 0.4.0"
3
+ version = " 0.4.1-alpha. 0"
4
4
description = " Capability-oriented random number generators"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-std"
3
- version = " 0.4.0"
3
+ version = " 0.4.1-alpha. 0"
4
4
description = " Capability-oriented version of the Rust standard library"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
@@ -15,7 +15,7 @@ readme = "README.md"
15
15
16
16
[dependencies ]
17
17
arf-strings = { version = " 0.3.0" , optional = true }
18
- cap-primitives = { path = " ../cap-primitives" , version = " ^0.4.0" }
18
+ cap-primitives = { path = " ../cap-primitives" , version = " ^0.4.1-alpha. 0" }
19
19
20
20
[badges ]
21
21
maintenance = { status = " actively-developed" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-tempfile"
3
- version = " 0.4.0"
3
+ version = " 0.4.1-alpha. 0"
4
4
description = " Capability-oriented temporary directories"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
@@ -14,7 +14,7 @@ edition = "2018"
14
14
readme = " README.md"
15
15
16
16
[dependencies ]
17
- cap-std = { path = " ../cap-std" , version = " ^0.4.0" }
17
+ cap-std = { path = " ../cap-std" , version = " ^0.4.1-alpha. 0" }
18
18
uuid = { version = " 0.8.1" , features = [" v4" ] }
19
19
20
20
[target .'cfg(target_os = "emscripten")' .dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cap-time-ext"
3
- version = " 0.4.0"
3
+ version = " 0.4.1-alpha. 0"
4
4
description = " Extension traits for `SystemClock` and `MonotonicClock`"
5
5
authors = [
6
6
" Dan Gohman <dev@sunfishcode.online>" ,
@@ -14,8 +14,8 @@ edition = "2018"
14
14
readme = " README.md"
15
15
16
16
[dependencies ]
17
- cap-primitives = { path = " ../cap-primitives" , version = " ^0.4.0" }
18
- cap-std = { path = " ../cap-std" , optional = true , version = " ^0.4.0" }
17
+ cap-primitives = { path = " ../cap-primitives" , version = " ^0.4.1-alpha. 0" }
18
+ cap-std = { path = " ../cap-std" , optional = true , version = " ^0.4.1-alpha. 0" }
19
19
20
20
[target .'cfg(not(windows))' .dependencies ]
21
21
posish = " 0.3.0"
You can’t perform that action at this time.
0 commit comments