Compare commits
4 Commits
5338dcd0ba
...
55c8f29b24
Author | SHA1 | Date | |
---|---|---|---|
55c8f29b24 | |||
289763baec | |||
|
e1384d1812 | ||
|
39b976b182 |
@ -13,7 +13,7 @@ jobs:
|
||||
name: release
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: node:18
|
||||
image: node:22
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
@ -16,7 +16,7 @@ rss = "2.0.7"
|
||||
serde = "1.0.195"
|
||||
serde_json = "1.0.111"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
tower-http = { version = "0.5.0", features = ["trace", "fs"] }
|
||||
tower-http = { version = "0.6.0", features = ["trace", "fs"] }
|
||||
tower-livereload = "0.9.2"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
Loading…
Reference in New Issue
Block a user