Skip to content

Commit

Permalink
Version bumped to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Sep 30, 2018
1 parent 60826d8 commit e780e50
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ledb-actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ledb-actix"
version = "0.1.0"
version = "0.1.1"
authors = ["Kayo Phoenix <kayo@illumium.org>"]
license = "MIT"
readme = "README.md"
Expand All @@ -25,7 +25,7 @@ required-features = ["web"]
serde = "1"
serde_derive = { version = "1", optional = true }
serde_with = { version = "0.2", optional = true, features = ["json"] }
ledb = { version = "0.1.0", path = "../ledb" }
ledb = { version = "0.1.1", path = "../ledb" }
futures = "0.1"
actix = "0.7"
actix-web = { version = "0.7", optional = true }
Expand Down
11 changes: 8 additions & 3 deletions ledb-node/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ledb-node"
version = "0.1.0"
version = "0.1.1"
authors = ["Kayo <kayo@illumium.org>"]
license = "MIT"
build = "build.rs"
Expand All @@ -15,7 +15,12 @@ neon-build = "0.2.0"

[dependencies]
#ledb = { path = "../../ledb" }
#ledb = { git = "https://github.com/katyo/ledb" }
ledb = "0.1.0"
ledb = { git = "https://github.com/katyo/ledb" }
#ledb = "0.1.1"
neon = "0.2.0"
neon-serde = { git = "https://github.com/apendleton/neon-serde", branch = "oh-point-two" }

[profile.release]

[build]
rustflags = ["-C", "link-arg=-Wl,--print-gc-sections"]
2 changes: 1 addition & 1 deletion ledb-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ledb",
"version": "0.1.0",
"version": "0.1.1",
"description": "LEDB interface for NodeJS",
"main": "native/index.node",
"typings": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ledb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ledb"
version = "0.1.0"
version = "0.1.1"
authors = ["Kayo <kayo@illumium.org>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit e780e50

Please sign in to comment.