aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3dcdd43..0eb81ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "gdbstub"
-version = "0.6.4"
+version = "0.7.0"
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
exclude = [
"examples/**/*.elf",
@@ -47,7 +47,7 @@ name = "armv4t_multicore"
required-features = ["std"]
[dependencies.bitflags]
-version = "1.3"
+version = "2.3.1"
[dependencies.cfg-if]
version = "1.0"