fork: update authors, editions
This commit is contained in:
parent
b4048f1317
commit
d4bec7a233
|
@ -2,7 +2,7 @@
|
||||||
name = "axohtml-macros"
|
name = "axohtml-macros"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Bodil Stokke <bodil@bodil.org>"]
|
authors = ["Axo Developer Co <hello@axo.dev>", "Bodil Stokke <bodil@bodil.org>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
license = "MPL-2.0+"
|
license = "MPL-2.0+"
|
||||||
description = "Type checked JSX for Rust (proc_macro crate)"
|
description = "Type checked JSX for Rust (proc_macro crate)"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "axohtml-tests"
|
name = "axohtml-tests"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
authors = ["Bodil Stokke <bodil@bodil.org>"]
|
authors = ["Bodil Stokke <bodil@bodil.org>"]
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[package]
|
[package]
|
||||||
name = "axohtml"
|
name = "axohtml"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
authors = ["Axo Developer Co <ashley@axo.dev>", "Bodil Stokke <bodil@bodil.org>"]
|
authors = ["Axo Developer Co <hello@axo.dev>", "Bodil Stokke <bodil@bodil.org>"]
|
||||||
license = "MPL-2.0+"
|
license = "MPL-2.0+"
|
||||||
description = "Type checked JSX for Rust"
|
description = "Type checked JSX for Rust"
|
||||||
repository = "https://github.com/axodotdev/axohtml"
|
repository = "https://github.com/axodotdev/axohtml"
|
||||||
|
|
Loading…
Reference in New Issue