Skip to content

Commit 607027a

Browse files
committed
chore: Update example in README
1 parent d9437ed commit 607027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-versioned/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct Foo {
3030
/// My docs
3131
#[versioned(
3232
added(since = "v1alpha1"),
33-
renamed(since = "v1beta1", from = "gau"),
33+
changed(since = "v1beta1", from_name = "gau"),
3434
deprecated(since = "v2", note = "not required anymore")
3535
)]
3636
deprecated_bar: usize,

0 commit comments

Comments
 (0)