mirror of
https://github.com/AThilenius/axum-connect.git
synced 2024-11-24 06:19:46 +00:00
Allow dead code in service impl, bump to 0.3.2
This commit is contained in:
parent
aa9254be18
commit
d961cf16af
3 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "axum-connect-build"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["Alec Thilenius <alec@thilenius.com>"]
|
||||
edition = "2021"
|
||||
categories = [
|
||||
|
|
|
@ -31,6 +31,7 @@ impl AxumConnectServiceGenerator {
|
|||
quote! {
|
||||
pub struct #service_name;
|
||||
|
||||
#[allow(dead_code)]
|
||||
impl #service_name {
|
||||
#(#methods)*
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "axum-connect"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["Alec Thilenius <alec@thilenius.com>"]
|
||||
edition = "2021"
|
||||
categories = [
|
||||
|
|
Loading…
Reference in a new issue