Skip to content

Commit

Permalink
fix(platforms/macos): Fix macOS crate version number (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell committed Nov 23, 2022
1 parent d8aa489 commit e0a6a40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 platforms/macos/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "accesskit_macos"
version = "0.0.0"
version = "0.1.0"
authors = ["Matt Campbell <mattcampbell@pobox.com>"]
license = "MIT/Apache-2.0"
description = "AccessKit UI accessibility infrastructure: macOS adapter"
Expand Down
2 changes: 1 addition & 1 deletion platforms/winit/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ winit = { version = "0.27.3", default-features = false, features = ["x11", "wayl
accesskit_windows = { version = "0.9.0", path = "../windows" }

[target.'cfg(target_os = "macos")'.dependencies]
accesskit_macos = { version = "0.0.0", path = "../macos" }
accesskit_macos = { version = "0.1.0", path = "../macos" }

[dev-dependencies]
winit = "0.27.3"

0 comments on commit e0a6a40

Please sign in to comment.