Skip to content

Commit

Permalink
Merge pull request #97 from neon-bindings/kv/v1.0
Browse files Browse the repository at this point in the history
Update examples for v1.0
  • Loading branch information
kjvalencik committed Jan 29, 2024
2 parents 58309a2 + 43f4cf4 commit 7a466b2
Show file tree
Hide file tree
Showing 10 changed files with 156 additions and 124 deletions.
183 changes: 120 additions & 63 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ members = [

[profile.release]
lto = true

[patch.crates-io]
neon = { git = "https://github.com/neon-bindings/neon.git" }
6 changes: 1 addition & 5 deletions examples/async-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@ exclude = ["index.node"]
crate-type = ["cdylib"]

[dependencies]
neon = "1"
rusqlite = "0.25"

[dependencies.neon]
version = "0.10.1"
default-features = false
features = ["napi-6", "channel-api", "promise-api", "try-catch-api"]
Loading

0 comments on commit 7a466b2

Please sign in to comment.