Skip to content

Commit 91703a1

Browse files
committed
release: 0.4.60
1 parent 782a654 commit 91703a1

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude = [".vscode/**/*", ".idea/**/*"]
55
license-file = "./LICENSE"
66
name = "semaphore"
77
readme = "README.md"
8-
version = "0.4.59"
8+
version = "0.4.60"
99
edition = "2018"
1010
build = "build.rs"
1111
publish = false

cabi/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cabi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "semaphore-cabi"
3-
version = "0.4.59"
3+
version = "0.4.60"
44
authors = ["Sentry <[email protected]>"]
55
homepage = "https://github.com/getsentry/semaphore"
66
repository = "https://github.com/getsentry/semaphore"

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/semaphore-common"
55
homepage = "https://github.com/getsentry/semaphore"
66
name = "semaphore-common"
77
repository = "https://github.com/getsentry/semaphore"
8-
version = "0.4.59"
8+
version = "0.4.60"
99
edition = "2018"
1010
license-file = "../LICENSE"
1111

general/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "semaphore-general"
3-
version = "0.4.59"
3+
version = "0.4.60"
44
authors = ["Sentry <[email protected]>"]
55
edition = "2018"
66
license-file = "../LICENSE"

general/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "semaphore-general-derive"
3-
version = "0.4.59"
3+
version = "0.4.60"
44
authors = ["Armin Ronacher <[email protected]>"]
55
edition = "2018"
66

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ documentation = "https://docs.rs/semaphore-server"
55
homepage = "https://github.com/getsentry/semaphore"
66
name = "semaphore-server"
77
repository = "https://github.com/getsentry/semaphore"
8-
version = "0.4.59"
8+
version = "0.4.60"
99
edition = "2018"
1010
build = "build.rs"
1111
license-file = "../LICENSE"

0 commit comments

Comments
 (0)