Skip to content

Commit 50e9efb

Browse files
authored
Merge pull request #24 from enaut/update-actix-to-v4
Update actix to v4 and release v0.4.8
2 parents b2eedb1 + 2068904 commit 50e9efb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
env:
1010
CARGO_TERM_COLOR: always

app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["url", "link", "webpage", "actix", "web"]
1313
license = "MIT OR Apache-2.0"
1414
readme = "README.md"
1515
repository = "https://github.com/enaut/pslink/"
16-
version = "0.3.1"
16+
version = "0.4.8"
1717

1818
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1919

pslink/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
name = "pslink"
1515
readme = "README.md"
1616
repository = "https://github.com/enaut/pslink/"
17-
version = "0.3.1"
17+
version = "0.4.8"
1818
[build-dependencies]
1919
actix-web-static-files = "4.0"
2020
static-files = "0.2"

shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
name = "shared"
1414
readme = "../pslink/README.md"
1515
repository = "https://github.com/enaut/pslink/"
16-
version = "0.3.1"
16+
version = "0.4.8"
1717

1818
[dependencies]
1919
serde = "1.0"

0 commit comments

Comments
 (0)