Sanitize returntype in macro

This commit is contained in:
Martin Berg Alstad
2024-08-05 01:46:35 +02:00
parent 865cc6ddb9
commit ee487540ac
4 changed files with 6 additions and 5 deletions

View File

@ -1,15 +1,16 @@
[workspace]
members = ["crates/*"]
exclude = ["examples"]
[workspace.package]
edition = "2021"
rust-version = "1.79.0"
rust-version = "1.80.0"
authors = ["Martin Berg Alstad"]
homepage = "emberal.github.io"
[package]
name = "lib"
version = "1.4.1-hotfix-hotfix-2"
version = "1.4.2"
description = "A library with utilities and helper fuctions."
edition = { workspace = true }
rust-version = { workspace = true }