Skip to content

Commit 153107b

Browse files
swenswen
authored andcommitted
bump rust, build
1 parent 8622fac commit 153107b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

js/compressed-token/src/idl/light_compressed_token.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type LightCompressedToken = {
2-
version: '0.6.2';
2+
version: '0.7.0';
33
name: 'light_compressed_token';
44
instructions: [
55
{
@@ -1576,7 +1576,7 @@ export type LightCompressedToken = {
15761576
];
15771577
};
15781578
export const IDL: LightCompressedToken = {
1579-
version: '0.6.2',
1579+
version: '0.7.0',
15801580
name: 'light_compressed_token',
15811581
instructions: [
15821582
{

js/stateless.js/src/idls/account_compression.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type AccountCompression = {
2-
version: '0.6.2';
2+
version: '0.7.0';
33
name: 'account_compression';
44
constants: [
55
{
@@ -1165,7 +1165,7 @@ export type AccountCompression = {
11651165
};
11661166

11671167
export const IDL: AccountCompression = {
1168-
version: '0.6.2',
1168+
version: '0.7.0',
11691169
name: 'account_compression',
11701170
constants: [
11711171
{

js/stateless.js/src/idls/light_compressed_token.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type LightCompressedToken = {
2-
version: '0.6.2';
2+
version: '0.7.0';
33
name: 'light_compressed_token';
44
instructions: [
55
{
@@ -1576,7 +1576,7 @@ export type LightCompressedToken = {
15761576
];
15771577
};
15781578
export const IDL: LightCompressedToken = {
1579-
version: '0.6.2',
1579+
version: '0.7.0',
15801580
name: 'light_compressed_token',
15811581
instructions: [
15821582
{

js/stateless.js/src/idls/light_registry.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type LightRegistry = {
2-
version: '0.6.2';
2+
version: '0.7.0';
33
name: 'light_registry';
44
constants: [
55
{
@@ -1296,7 +1296,7 @@ export type LightRegistry = {
12961296
};
12971297

12981298
export const IDL: LightRegistry = {
1299-
version: '0.6.2',
1299+
version: '0.7.0',
13001300
name: 'light_registry',
13011301
constants: [
13021302
{

js/stateless.js/src/idls/light_system_program.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type LightSystemProgram = {
2-
version: '0.6.2';
2+
version: '0.7.0';
33
name: 'light_system_program';
44
constants: [
55
{
@@ -1070,7 +1070,7 @@ export type LightSystemProgram = {
10701070
};
10711071

10721072
export const IDL: LightSystemProgram = {
1073-
version: '0.6.2',
1073+
version: '0.7.0',
10741074
name: 'light_system_program',
10751075
constants: [
10761076
{

0 commit comments

Comments
 (0)