never let clippy fail, use CARGO_PKG_NAME, allow issues on gh, simplify regex a tad
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1a3051eb4a
commit
56e4166ee8
4 changed files with 4 additions and 17 deletions
|
@ -572,7 +572,7 @@ pub async fn get_server_version_route(
|
|||
|
||||
Ok(get_server_version::v1::Response {
|
||||
server: Some(get_server_version::v1::Server {
|
||||
name: Some(env!("CARGO_CRATE_NAME").to_owned()),
|
||||
name: Some(env!("CARGO_PKG_NAME").to_owned()),
|
||||
version: Some(env!("CARGO_PKG_VERSION").to_owned()),
|
||||
}),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue