forked from kklas/anchor-client-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update Solana cli CI version 1.14.17 -> 1.17.18 - Update node CI version 18 -> 22 - Add rust toolchain to fix CI runner to rust 1.74.1 - Enable overflow-checks as required by anchor 0.30.0 - Error on alias types - they are broken in anchor 0.29.0 anyway
- Loading branch information
1 parent
6a04775
commit ea88d6b
Showing
2 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export { OptionalState } from "./OptionalState" | ||
export type { OptionalStateFields, OptionalStateJSON } from "./OptionalState" | ||
export { State } from "./State" | ||
export type { StateFields, StateJSON } from "./State" | ||
export { State2 } from "./State2" | ||
export type { State2Fields, State2JSON } from "./State2" | ||
export { OptionalState } from "./OptionalState" | ||
export type { OptionalStateFields, OptionalStateJSON } from "./OptionalState" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters