fix: doc-tests
This commit is contained in:
parent
dee03ecf33
commit
1b8a9f9bb3
4 changed files with 10 additions and 10 deletions
|
@ -3,14 +3,14 @@ members = ["macros", "."]
|
|||
|
||||
[package]
|
||||
name = "leptos_reactive_axum"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
edition = "2021"
|
||||
description = "reactive context for axum handlers"
|
||||
authors = ["davidontop <me@davidon.top>"]
|
||||
authors = ["DavidOnTop <me@davidon.top>"]
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/leptos_reactive_axum"
|
||||
license = "MIT"
|
||||
repository = "https://git.davidon.top/public/leptos_reactive_axum.git"
|
||||
repository = "https://github.com/davidon-top/leptos_reactive_axum.git"
|
||||
|
||||
[dependencies]
|
||||
leptos_reactive_axum_macros = { path = "./macros", version = "1", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue