Skip to content

Commit

Permalink
bump rust, build
Browse files Browse the repository at this point in the history
  • Loading branch information
swen authored and swen committed Aug 29, 2024
1 parent 8622fac commit 153107b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions js/compressed-token/src/idl/light_compressed_token.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type LightCompressedToken = {
version: '0.6.2';
version: '0.7.0';
name: 'light_compressed_token';
instructions: [
{
Expand Down Expand Up @@ -1576,7 +1576,7 @@ export type LightCompressedToken = {
];
};
export const IDL: LightCompressedToken = {
version: '0.6.2',
version: '0.7.0',
name: 'light_compressed_token',
instructions: [
{
Expand Down
4 changes: 2 additions & 2 deletions js/stateless.js/src/idls/account_compression.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type AccountCompression = {
version: '0.6.2';
version: '0.7.0';
name: 'account_compression';
constants: [
{
Expand Down Expand Up @@ -1165,7 +1165,7 @@ export type AccountCompression = {
};

export const IDL: AccountCompression = {
version: '0.6.2',
version: '0.7.0',
name: 'account_compression',
constants: [
{
Expand Down
4 changes: 2 additions & 2 deletions js/stateless.js/src/idls/light_compressed_token.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type LightCompressedToken = {
version: '0.6.2';
version: '0.7.0';
name: 'light_compressed_token';
instructions: [
{
Expand Down Expand Up @@ -1576,7 +1576,7 @@ export type LightCompressedToken = {
];
};
export const IDL: LightCompressedToken = {
version: '0.6.2',
version: '0.7.0',
name: 'light_compressed_token',
instructions: [
{
Expand Down
4 changes: 2 additions & 2 deletions js/stateless.js/src/idls/light_registry.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type LightRegistry = {
version: '0.6.2';
version: '0.7.0';
name: 'light_registry';
constants: [
{
Expand Down Expand Up @@ -1296,7 +1296,7 @@ export type LightRegistry = {
};

export const IDL: LightRegistry = {
version: '0.6.2',
version: '0.7.0',
name: 'light_registry',
constants: [
{
Expand Down
4 changes: 2 additions & 2 deletions js/stateless.js/src/idls/light_system_program.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type LightSystemProgram = {
version: '0.6.2';
version: '0.7.0';
name: 'light_system_program';
constants: [
{
Expand Down Expand Up @@ -1070,7 +1070,7 @@ export type LightSystemProgram = {
};

export const IDL: LightSystemProgram = {
version: '0.6.2',
version: '0.7.0',
name: 'light_system_program',
constants: [
{
Expand Down

0 comments on commit 153107b

Please sign in to comment.