Skip to content

Commit

Permalink
1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jun 10, 2020
1 parent 1ac12dd commit ed2befd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion security-framework-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security-framework-sys"
version = "1.0.0-alpha.1"
version = "1.0.0"
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
license = "MIT OR Apache-2.0"
description = "Apple `Security.framework` low-level FFI bindings"
Expand Down
4 changes: 2 additions & 2 deletions security-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security-framework"
version = "1.0.0-alpha.2"
version = "1.0.0"
authors = ["Steven Fackler <sfackler@gmail.com>", "Kornel <kornel@geekhood.net>"]
license = "MIT OR Apache-2.0"
description = "Security.framework bindings for macOS and iOS"
Expand All @@ -14,7 +14,7 @@ exclude = ["test/*"]
edition = "2018"

[dependencies]
security-framework-sys = { version = "1.0.0-alpha.1", default-features = false, path = "../security-framework-sys" }
security-framework-sys = { version = "1.0.0", default-features = false, path = "../security-framework-sys" }
core-foundation = "0.7"
core-foundation-sys = "0.7"
bitflags = "1.2.1"
Expand Down

0 comments on commit ed2befd

Please sign in to comment.