mirror of
https://github.com/bspeice/qadapt
synced 2024-11-21 13:28:11 -05:00
Update Cargo.toml
This commit is contained in:
parent
e7fcfb88fe
commit
2e5af84607
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "qadapt"
|
name = "qadapt"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||||
description = "The Quick And Dirty Allocation Profiling Tool"
|
description = "The Quick And Dirty Allocation Profiling Tool"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "qadapt-macro"
|
name = "qadapt-macro"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||||
description = "The Quick And Dirty Allocation Profiling Tool - Support Macros"
|
description = "The Quick And Dirty Allocation Profiling Tool - Support Macros"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "qadapt-spin"
|
name = "qadapt-spin"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
authors = [ "Mathijs van de Nes <git@mathijs.vd-nes.nl>",
|
authors = [ "Mathijs van de Nes <git@mathijs.vd-nes.nl>",
|
||||||
"John Ericson <John_Ericson@Yahoo.com>" ]
|
"John Ericson <John_Ericson@Yahoo.com>" ]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user