Skip to content

Commit afc487f

Browse files
authored
Update cgp to v0.3.0 (#27)
1 parent a6bfd9c commit afc487f

File tree

2 files changed

+84
-66
lines changed

2 files changed

+84
-66
lines changed

Cargo.lock

Lines changed: 56 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,33 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
cgp = { version = "0.2.0" }
8-
cgp-error-anyhow = { version = "0.2.0" }
9-
serde = {version = "1", features = ["derive"] }
10-
itertools = "0.14.0"
11-
serde_json = "1"
12-
anyhow = "1"
13-
datetime = "0.5.2"
14-
sha1 = "0.10.6"
15-
reqwest = { version = "0.12.12", features = [ "blocking", "json" ] }
16-
7+
cgp = { version = "0.3.0" }
8+
cgp-error-anyhow = { version = "0.3.0" }
9+
serde = { version = "1", features = ["derive"] }
10+
reqwest = { version = "0.12.12", features = [ "blocking", "json" ] }
11+
itertools = { version = "0.14.0" }
12+
serde_json = { version = "1" }
13+
anyhow = { version = "1" }
14+
datetime = { version = "0.5.2" }
15+
sha1 = { version = "0.10.6" }
1716

1817
[patch.crates-io]
19-
cgp = { git = "https://github.com/contextgeneric/cgp.git" }
20-
cgp-core = { git = "https://github.com/contextgeneric/cgp.git" }
21-
cgp-extra = { git = "https://github.com/contextgeneric/cgp.git" }
22-
cgp-async = { git = "https://github.com/contextgeneric/cgp.git" }
23-
cgp-async-macro = { git = "https://github.com/contextgeneric/cgp.git" }
24-
cgp-component = { git = "https://github.com/contextgeneric/cgp.git" }
25-
cgp-component-macro = { git = "https://github.com/contextgeneric/cgp.git" }
26-
cgp-component-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
27-
cgp-type = { git = "https://github.com/contextgeneric/cgp.git" }
28-
cgp-field = { git = "https://github.com/contextgeneric/cgp.git" }
29-
cgp-field-macro = { git = "https://github.com/contextgeneric/cgp.git" }
30-
cgp-field-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
31-
cgp-error = { git = "https://github.com/contextgeneric/cgp.git" }
32-
cgp-error-extra = { git = "https://github.com/contextgeneric/cgp.git" }
33-
cgp-error-anyhow = { git = "https://github.com/contextgeneric/cgp.git" }
34-
cgp-run = { git = "https://github.com/contextgeneric/cgp.git" }
35-
cgp-runtime = { git = "https://github.com/contextgeneric/cgp.git" }
36-
cgp-inner = { git = "https://github.com/contextgeneric/cgp.git" }
18+
# cgp = { git = "https://github.com/contextgeneric/cgp.git" }
19+
# cgp-core = { git = "https://github.com/contextgeneric/cgp.git" }
20+
# cgp-extra = { git = "https://github.com/contextgeneric/cgp.git" }
21+
# cgp-async = { git = "https://github.com/contextgeneric/cgp.git" }
22+
# cgp-async-macro = { git = "https://github.com/contextgeneric/cgp.git" }
23+
# cgp-component = { git = "https://github.com/contextgeneric/cgp.git" }
24+
# cgp-component-macro = { git = "https://github.com/contextgeneric/cgp.git" }
25+
# cgp-component-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
26+
# cgp-type = { git = "https://github.com/contextgeneric/cgp.git" }
27+
# cgp-field = { git = "https://github.com/contextgeneric/cgp.git" }
28+
# cgp-field-macro = { git = "https://github.com/contextgeneric/cgp.git" }
29+
# cgp-field-macro-lib = { git = "https://github.com/contextgeneric/cgp.git" }
30+
# cgp-error = { git = "https://github.com/contextgeneric/cgp.git" }
31+
# cgp-error-extra = { git = "https://github.com/contextgeneric/cgp.git" }
32+
# cgp-error-anyhow = { git = "https://github.com/contextgeneric/cgp.git" }
33+
# cgp-run = { git = "https://github.com/contextgeneric/cgp.git" }
34+
# cgp-runtime = { git = "https://github.com/contextgeneric/cgp.git" }
35+
# cgp-sync = { git = "https://github.com/contextgeneric/cgp.git" }
36+
# cgp-inner = { git = "https://github.com/contextgeneric/cgp.git" }

0 commit comments

Comments
 (0)