From 0e445eba74d76657db1e02bb9a875aecb2500914 Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Thu, 12 Sep 2024 10:33:29 +0200 Subject: [PATCH 1/2] update workflow --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3c13d1b..7ae98f3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,9 @@ name: Rust on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] env: CARGO_TERM_COLOR: always From 95fdcb08761a9595a0ac31b926e2e330d00f098a Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Thu, 12 Sep 2024 10:42:13 +0200 Subject: [PATCH 2/2] update versions --- app/Cargo.toml | 2 +- pslink/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Cargo.toml b/app/Cargo.toml index 5441678..d2bc05d 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["url", "link", "webpage", "actix", "web"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/enaut/pslink/" -version = "0.3.1" +version = "0.4.8" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pslink/Cargo.toml b/pslink/Cargo.toml index 3636535..761a0d1 100644 --- a/pslink/Cargo.toml +++ b/pslink/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0" name = "pslink" readme = "README.md" repository = "https://github.com/enaut/pslink/" -version = "0.3.1" +version = "0.4.8" [build-dependencies] actix-web-static-files = "4.0" static-files = "0.2" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 1b44d74..ad3c87b 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" name = "shared" readme = "../pslink/README.md" repository = "https://github.com/enaut/pslink/" -version = "0.3.1" +version = "0.4.8" [dependencies] serde = "1.0"