diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e544c7f..5eddffc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,11 @@ on: push: branches: - main + - "0.9" pull_request: branches: - main + - "0.9" env: CARGO_TERM_COLOR: always diff --git a/Cargo.toml b/Cargo.toml index 08795e7..caf786c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typle" -version = "0.9.13" +version = "0.9.14" edition = "2021" description = "Generic tuple bounds and transformations" license = "MIT"