Skip to content

Commit a8bb57d

Browse files
committed
bump version
1 parent f7d8660 commit a8bb57d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pdbview"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Lander Brandt <landerbrandt@gmail.com>"]
55
edition = "2018"
66
license = "MIT"
@@ -20,7 +20,7 @@ pdb = "0.8"
2020
structopt = "0.3"
2121
thiserror = "1.0"
2222
log = "0.4"
23-
ezpdb = { version = "0.5", path = "crates/ezpdb", features = ['serde'] }
23+
ezpdb = { version = "0.6", path = "crates/ezpdb", features = ['serde'] }
2424
simplelog = "0.12"
2525
anyhow = "1.0"
2626
serde_json = "1.0"

crates/ezpdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ezpdb"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Lander Brandt <landerbrandt@gmail.com>"]
55
edition = "2018"
66
license = "MIT"

0 commit comments

Comments
 (0)