summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-05 00:17:00 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-11-05 00:17:00 +0200
commita9eb29d43d04e18e4c24e19762e1724077a916c0 (patch)
tree8e84b9c8cff6fa57fe7838cbabd00f86fa6cf8fa
parent3f76beef1faed6dbe86e8dfc41bc7325ed7e0286 (diff)
Bump version to 0.4.30.4.3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6a8075d..4fcf015 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -15,7 +15,7 @@ dependencies = [
[[package]]
name = "bb"
-version = "0.4.2"
+version = "0.4.3"
dependencies = [
"cassowary 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 6186658..8679b8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bb"
-version = "0.4.2"
+version = "0.4.3"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
license = "GPL-3.0-or-later"
readme = "README.md"