Skip to content

Commit

Permalink
Merge pull request #917 from neon-bindings/kv/1.0
Browse files Browse the repository at this point in the history
Update to 1.0.0-alpha.1 after yanking alpha.0 with a bad neon-macros
  • Loading branch information
kjvalencik committed Jul 11, 2022
2 parents f94bf44 + f664229 commit ee475a3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.0.0-alpha.0
# Version 1.0.0-alpha.1

Pre-release of a major milestone for Neon. 1.0.

Expand Down
2 changes: 1 addition & 1 deletion crates/neon-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-macros"
version = "0.10.1"
version = "1.0.0-alpha.1"
authors = ["Dave Herman <[email protected]>"]
description = "Procedural macros supporting Neon"
repository = "https://github.com/neon-bindings/neon"
Expand Down
4 changes: 2 additions & 2 deletions crates/neon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon"
version = "1.0.0-alpha.0"
version = "1.0.0-alpha.1"
authors = ["Dave Herman <[email protected]>"]
description = "A safe abstraction layer for Node.js."
readme = "../../README.md"
Expand All @@ -24,7 +24,7 @@ libloading = "0.7.3"
semver = "1"
smallvec = "1.4.2"
once_cell = "1.10.0"
neon-macros = { version = "=0.10.1", path = "../neon-macros" }
neon-macros = { version = "=1.0.0-alpha.1", path = "../neon-macros" }

[dependencies.tokio]
version = "1.18.2"
Expand Down
2 changes: 1 addition & 1 deletion test/electron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ license = "MIT/Apache-2.0"
crate-type = ["cdylib"]

[dependencies.neon]
version = "1.0.0-alpha.0"
version = "1.0.0-alpha.1"
path = "../../crates/neon"
2 changes: 1 addition & 1 deletion test/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ once_cell = "1"
tokio = { version = "1", features = ["rt-multi-thread"] }

[dependencies.neon]
version = "1.0.0-alpha.0"
version = "1.0.0-alpha.1"
path = "../../crates/neon"
features = ["futures", "napi-experimental"]

0 comments on commit ee475a3

Please sign in to comment.