File tree Expand file tree Collapse file tree 22 files changed +83
-82
lines changed Expand file tree Collapse file tree 22 files changed +83
-82
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = { workspace = true }
5
5
repository = { workspace = true }
6
6
authors = { workspace = true }
7
7
rust-version = { workspace = true }
8
- version = " 0.4.0 "
8
+ version = " 0.4.1-alpha "
9
9
keywords = { workspace = true }
10
10
description = """
11
11
Context-generic programming async macros
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-async"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -25,5 +25,5 @@ sync = [ "async" ]
25
25
static = [ " async" ]
26
26
27
27
[dependencies ]
28
- cgp-async-macro = { version = " 0.4.0 " }
29
- cgp-sync = { version = " 0.4.0 " }
28
+ cgp-async-macro = { version = " 0.4.1-alpha " }
29
+ cgp-sync = { version = " 0.4.1-alpha " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-component"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-core"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -16,9 +16,9 @@ default = [ "full" ]
16
16
full = [ " cgp-async/full" ]
17
17
18
18
[dependencies ]
19
- cgp-async = { version = " 0.4.0 " , default-features = false }
20
- cgp-component = { version = " 0.4.0 " }
21
- cgp-macro = { version = " 0.4.0 " }
22
- cgp-type = { version = " 0.4.0 " }
23
- cgp-error = { version = " 0.4.0 " }
24
- cgp-field = { version = " 0.4.0 " }
19
+ cgp-async = { version = " 0.4.1-alpha " , default-features = false }
20
+ cgp-component = { version = " 0.4.1-alpha " }
21
+ cgp-macro = { version = " 0.4.1-alpha " }
22
+ cgp-type = { version = " 0.4.1-alpha " }
23
+ cgp-error = { version = " 0.4.1-alpha " }
24
+ cgp-field = { version = " 0.4.1-alpha " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-error-anyhow"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -12,5 +12,5 @@ description = """
12
12
"""
13
13
14
14
[dependencies ]
15
- cgp-core = { version = " 0.4.0 " , default-features = false }
15
+ cgp-core = { version = " 0.4.1-alpha " , default-features = false }
16
16
anyhow = { version = " 1.0.95" , default-features = false }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-error-extra"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -16,4 +16,4 @@ default = [ "alloc" ]
16
16
alloc = []
17
17
18
18
[dependencies ]
19
- cgp-core = { version = " 0.4.0 " , default-features = false }
19
+ cgp-core = { version = " 0.4.1-alpha " , default-features = false }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-error-eyre"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -12,5 +12,5 @@ description = """
12
12
"""
13
13
14
14
[dependencies ]
15
- cgp-core = { version = " 0.4.0 " , default-features = false }
15
+ cgp-core = { version = " 0.4.1-alpha " , default-features = false }
16
16
eyre = { version = " 0.6.12" , default-features = false }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-error-std"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -12,4 +12,4 @@ description = """
12
12
"""
13
13
14
14
[dependencies ]
15
- cgp-core = { version = " 0.4.0 " , default-features = false }
15
+ cgp-core = { version = " 0.4.1-alpha " , default-features = false }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-error"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -12,7 +12,7 @@ description = """
12
12
"""
13
13
14
14
[dependencies ]
15
- cgp-async = { version = " 0.4.0 " , default-features = false }
16
- cgp-component = { version = " 0.4.0 " }
17
- cgp-macro = { version = " 0.4.0 " }
18
- cgp-type = { version = " 0.4.0 " }
15
+ cgp-async = { version = " 0.4.1-alpha " , default-features = false }
16
+ cgp-component = { version = " 0.4.1-alpha " }
17
+ cgp-macro = { version = " 0.4.1-alpha " }
18
+ cgp-type = { version = " 0.4.1-alpha " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-extra"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -15,8 +15,8 @@ default = [ "full" ]
15
15
full = [ " cgp-error-extra/alloc" ]
16
16
17
17
[dependencies ]
18
- cgp-error-extra = { version = " 0.4.0 " , default-features = false }
19
- cgp-inner = { version = " 0.4.0 " }
20
- cgp-run = { version = " 0.4.0 " }
21
- cgp-runtime = { version = " 0.4.0 " }
22
- cgp-handler = { version = " 0.4.0 " }
18
+ cgp-error-extra = { version = " 0.4.1-alpha " , default-features = false }
19
+ cgp-inner = { version = " 0.4.1-alpha " }
20
+ cgp-run = { version = " 0.4.1-alpha " }
21
+ cgp-runtime = { version = " 0.4.1-alpha " }
22
+ cgp-handler = { version = " 0.4.1-alpha " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-field"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -12,6 +12,6 @@ description = """
12
12
"""
13
13
14
14
[dependencies ]
15
- cgp-component = { version = " 0.4.0 " }
16
- cgp-macro = { version = " 0.4.0 " }
17
- cgp-type = { version = " 0.4.0 " }
15
+ cgp-component = { version = " 0.4.1-alpha " }
16
+ cgp-macro = { version = " 0.4.1-alpha " }
17
+ cgp-type = { version = " 0.4.1-alpha " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-handler"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
7
7
authors = { workspace = true }
8
8
rust-version = { workspace = true }
9
9
keywords = { workspace = true }
10
+ description = " Generalized handler interfaces for functional programming"
10
11
11
12
[dependencies ]
12
- cgp-core = { version = " 0.4.0 " , default-features = false }
13
+ cgp-core = { version = " 0.4.1-alpha " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cgp-inner"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1-alpha "
4
4
edition = { workspace = true }
5
5
license = { workspace = true }
6
6
repository = { workspace = true }
@@ -12,5 +12,5 @@ description = """
12
12
"""
13
13
14
14
[dependencies ]
15
- cgp-component = { version = " 0.4.0 " }
16
- cgp-macro = { version = " 0.4.0 " }
15
+ cgp-component = { version = " 0.4.1-alpha " }
16
+ cgp-macro = { version = " 0.4.1-alpha " }
You can’t perform that action at this time.
0 commit comments