From 6f16a979273ba8824ba47a64c4b5dae8fe8686fe Mon Sep 17 00:00:00 2001 From: konstin Date: Mon, 8 May 2023 19:03:40 +0200 Subject: [PATCH] v0.3.9 - fix typo --- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 831f216..1efe3ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,7 +135,7 @@ jobs: platform: - target: aarch64-unknown-linux-musl arch: aarch64 - - target: armv7-unknown-linux- musleabihf + - target: armv7-unknown-linux-musleabihf arch: armv7 steps: - uses: actions/checkout@v3 diff --git a/Cargo.lock b/Cargo.lock index 956ba9d..d5342c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "pep440_rs" -version = "0.3.8" +version = "0.3.9" dependencies = [ "indoc 2.0.1", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index a0e68f0..3481314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pep440_rs" -version = "0.3.8" +version = "0.3.9" description = "A library for python version numbers and specifiers, implementing PEP 440" edition = "2021" include = ["/src", "Changelog.md", "License-Apache", "License-BSD", "Readme.md", "pyproject.toml"]