1
0
mirror of https://github.com/bspeice/qadapt synced 2024-11-13 01:28:08 -05:00

Update Cargo.toml

This commit is contained in:
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"