Skip to content

Commit

Permalink
release: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyo committed Jul 5, 2018
1 parent bd690f9 commit 0d11aab
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude = [".vscode/**/*"]
license = "MIT"
name = "semaphore"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"
build = "build.rs"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion aorta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/getsentry/semaphore"
license = "MIT"
name = "semaphore-aorta"
repository = "https://github.com/getsentry/semaphore"
version = "0.1.1"
version = "0.1.2"

[dependencies]
base64 = "0.9.2"
Expand Down
2 changes: 1 addition & 1 deletion cabi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "semaphore-cabi"
version = "0.1.1"
version = "0.1.2"
license = "MIT"
authors = ["Sentry <[email protected]>"]
homepage = "https://github.com/getsentry/semaphore"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/getsentry/semaphore"
license = "MIT"
name = "semaphore-common"
repository = "https://github.com/getsentry/semaphore"
version = "0.1.1"
version = "0.1.2"

[dependencies]
failure = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/getsentry/semaphore"
license = "MIT"
name = "semaphore-config"
repository = "https://github.com/getsentry/semaphore"
version = "0.1.1"
version = "0.1.2"

[dependencies]
chrono = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/getsentry/semaphore"
license = "MIT"
name = "semaphore-server"
repository = "https://github.com/getsentry/semaphore"
version = "0.1.1"
version = "0.1.2"
build = "build.rs"

[features]
Expand Down
2 changes: 1 addition & 1 deletion trove/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/getsentry/semaphore"
license = "MIT"
name = "semaphore-trove"
repository = "https://github.com/getsentry/semaphore"
version = "0.1.1"
version = "0.1.2"

[dependencies]
failure = "0.1.1"
Expand Down

0 comments on commit 0d11aab

Please sign in to comment.