Skip to content

Commit 2e3c2d9

Browse files
author
github-actions
committed
chore(release): v0.0.30
1 parent e1078ef commit 2e3c2d9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
-17.4 MB
Binary file not shown.
1.79 MB
Binary file not shown.

cargolambdacdk/jsii/jsii.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
1414
)
1515

16-
//go:embed cargo-lambda-cdk-0.0.29.tgz
16+
//go:embed cargo-lambda-cdk-0.0.30.tgz
1717
var tarball []byte
1818

1919
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -24,5 +24,5 @@ func Initialize() {
2424
constructs.Initialize()
2525

2626
// Load this library into the kernel
27-
_jsii_.Load("cargo-lambda-cdk", "0.0.29", tarball)
27+
_jsii_.Load("cargo-lambda-cdk", "0.0.30", tarball)
2828
}

cargolambdacdk/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.29
1+
0.0.30

0 commit comments

Comments
 (0)