bump to v0.2.0
This commit is contained in:
parent
b39ad99c7f
commit
500e3b29dd
@ -2,7 +2,8 @@
|
|||||||
name = "actix-admin"
|
name = "actix-admin"
|
||||||
description = "An admin interface for actix-web"
|
description = "An admin interface for actix-web"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
|
repository = "https://github.com/mgugger/actix-admin"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
exclude = [
|
exclude = [
|
||||||
"example/*",
|
"example/*",
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
name = "actix-admin-macros"
|
name = "actix-admin-macros"
|
||||||
description = "macros to be used with actix-admin crate"
|
description = "macros to be used with actix-admin crate"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.1.0"
|
repository = "https://github.com/mgugger/actix-admin"
|
||||||
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
exclude = [
|
exclude = [
|
||||||
"tests/*"
|
"tests/*"
|
||||||
|
Loading…
Reference in New Issue
Block a user