Skip to content

Commit

Permalink
Merge pull request #24 from enaut/update-actix-to-v4
Browse files Browse the repository at this point in the history
Update actix to v4 and release v0.4.8
  • Loading branch information
enaut authored Sep 12, 2024
2 parents c045512 + 95fdcb0 commit 2b5ab82
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pslink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2b5ab82

Please sign in to comment.