Update Cargo.toml

pull/6/head v1.0.1
Bradlee Speice 2019-01-01 15:48:43 -05:00
parent e7fcfb88fe
commit 2e5af84607
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "qadapt"
version = "1.0.0"
version = "1.0.1"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool"
license = "Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "qadapt-macro"
version = "1.0.0"
version = "1.0.1"
authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "The Quick And Dirty Allocation Profiling Tool - Support Macros"
license = "Apache-2.0"

View File

@ -1,7 +1,7 @@
[package]
name = "qadapt-spin"
version = "1.0.0"
version = "1.0.1"
authors = [ "Mathijs van de Nes <git@mathijs.vd-nes.nl>",
"John Ericson <John_Ericson@Yahoo.com>" ]
license = "MIT"