Skip to content

Commit

Permalink
Add backcompat ArnSegmentPattern def.
Browse files Browse the repository at this point in the history
Update version to 0.4.3.
  • Loading branch information
dacut committed Oct 14, 2022
1 parent 4514f0f commit 467bb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ edition = "2021"
homepage = "https://github.com/dacut/scratchstack-core"
license = "MIT"
repository = "https://github.com/dacut/scratchstack-core"
version = "0.4.2"
version = "0.4.3"
2 changes: 1 addition & 1 deletion arn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pub use {
pattern::GlobPattern,
};

pub type ArnSegmentPattern = GlobPattern;
pub type ArnSegmentPattern = GlobPattern;

0 comments on commit 467bb15

Please sign in to comment.