build: release v0.2.0
This commit is contained in:
parent
2e9b8b28ce
commit
d69b4d10f6
@ -6,7 +6,7 @@ members = [
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.83"
|
||||
description = "A helper for compressing and embedding static assets in an Axum webserver"
|
||||
|
@ -18,7 +18,7 @@ Add the following to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
static-serve = "0.1"
|
||||
static-serve = "0.2"
|
||||
axum = "0.8"
|
||||
```
|
||||
|
||||
|
@ -10,7 +10,7 @@ categories.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
static-serve-macro = { path = "../static-serve-macro", version = "0.1.0" }
|
||||
static-serve-macro = { path = "../static-serve-macro", version = "0.2.0" }
|
||||
axum = { version = "0.8", default-features = false }
|
||||
bytes = "1.10"
|
||||
|
||||
|
@ -15,7 +15,7 @@ Add the following to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
static-serve = "0.1"
|
||||
static-serve = "0.2"
|
||||
axum = "0.8"
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user