mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Prepare for 1.0 release
This commit is contained in:
parent
718b8e9c90
commit
698dfa31e6
5 changed files with 40 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aerosol"
|
||||
version = "1.0.0-alpha.9"
|
||||
version = "1.0.0"
|
||||
authors = ["Diggory Blake <diggsey@googlemail.com>"]
|
||||
edition = "2018"
|
||||
description = "Simple dependency injection for Rust"
|
||||
|
|
@ -18,7 +18,7 @@ axum-extra = ["axum", "dep:axum-extra"]
|
|||
|
||||
[dependencies]
|
||||
parking_lot = "0.12.1"
|
||||
anymap = { version = "1.0.0-beta.2", features = ["hashbrown"] }
|
||||
anymap = { package = "anymap3", version = "1.0.0", features = ["hashbrown"] }
|
||||
async-trait = { version = "0.1", optional = true }
|
||||
axum = { version = "0.7.5", optional = true }
|
||||
axum-extra = { version = "0.9.3", optional = true, features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue