Skip to content

Commit 639fe3e

Browse files
committed
Add release link to crates.io
1 parent b124277 commit 639fe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2026-02-28-v0.7.0-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [release]
66

77
# Supercharge Rust functions with implicit arguments using CGP v0.7.0
88

9-
CGP v0.7.0 has been released, bringing a major expansion to the CGP macro toolkit. The centerpiece of this release is a suite of new annotations — `#[cgp_fn]`, `#[implicit]`, `#[uses]`, `#[extend]`, `#[use_provider]`, and `#[use_type]` — that let you write context-generic code in plain function syntax with dramatically less boilerplate than before.
9+
[CGP v0.7.0](https://crates.io/crates/cgp) has been released, bringing a major expansion to the CGP macro toolkit. The centerpiece of this release is a suite of new annotations — `#[cgp_fn]`, `#[implicit]`, `#[uses]`, `#[extend]`, `#[use_provider]`, and `#[use_type]` — that let you write context-generic code in plain function syntax with dramatically less boilerplate than before.
1010

1111
<!-- truncate -->
1212

0 commit comments

Comments
 (0)