Skip to content

Commit 41166df

Browse files
committed
1 parent 113e42d commit 41166df

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

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

crates/anchor-gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anchor-gen"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "Generates an Anchor CPI crate from a JSON IDL."
66
authors = ["Ian Macalinao <[email protected]>"]

crates/anchor-idl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anchor-idl"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "Generates Rust code from an Anchor IDL."
66
authors = ["Ian Macalinao <[email protected]>"]

examples/farms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "farms"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "Autogenerated CPI client for the Kamino Farms program."
66
authors = ["Ian Macalinao <[email protected]>"]

examples/kamino-lend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kamino-lend"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "Autogenerated CPI client for the Kamino Lend program."
66
authors = ["Ian Macalinao <[email protected]>"]

0 commit comments

Comments
 (0)