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 f195a38..0e3562d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "gdbstub_arch"
-version = "0.2.4"
+version = "0.3.0"
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
description = "Implementations of `gdbstub::arch::Arch` for various architectures."
homepage = "https://github.com/daniel5151/gdbstub"
@@ -34,7 +34,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/daniel5151/gdbstub"
[dependencies.gdbstub]
-version = "0.6"
+version = "0.7"
default-features = false
[dependencies.num-traits]