Skip to content

Commit

Permalink
chore(dal): Regenerate Assets without confirmations or func descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Sep 12, 2023
1 parent f67ca91 commit d926a44
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/dal/src/builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ use crate::{
mod func;
pub mod schema;

pub const SI_AWS_PKG: &str = "si-aws-2023-08-18.sipkg";
pub const SI_AWS_EC2_PKG: &str = "si-aws-ec2-2023-09-07.sipkg";
pub const SI_DOCKER_IMAGE_PKG: &str = "si-docker-image-2023-07-06.sipkg";
pub const SI_COREOS_PKG: &str = "si-coreos-2023-07-06.sipkg";
pub const SI_GENERIC_FRAME_PKG: &str = "si-generic-frame-2023-07-06.sipkg";
pub const SI_AWS_IAM_PKG: &str = "si-aws-iam-2023-09-07.sipkg";
pub const SI_AWS_PKG: &str = "si-aws-2023-09-12.sipkg";
pub const SI_AWS_EC2_PKG: &str = "si-aws-ec2-2023-09-12.sipkg";
pub const SI_DOCKER_IMAGE_PKG: &str = "si-docker-image-2023-09-12.sipkg";
pub const SI_COREOS_PKG: &str = "si-coreos-2023-09-12.sipkg";
pub const SI_GENERIC_FRAME_PKG: &str = "si-generic-frame-2023-09-12.sipkg";
pub const SI_AWS_IAM_PKG: &str = "si-aws-iam-2023-09-12.sipkg";

#[remain::sorted]
#[derive(Error, Debug)]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d926a44

Please sign in to comment.