diff --git a/Cargo.toml b/Cargo.toml index 8c0549a..7e1581b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stam-tools" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["Maarten van Gompel "] description = "Command-line tools for working with stand-off annotations on text (STAM)" @@ -13,7 +13,7 @@ repository = "https://github.com/annotation/stam-tools" keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp"] [dependencies] -stam = { version = "0.11.0" } +stam = { version = "0.12.0" } clap = "3.2.23" html-escape = "0.2.13" seal = "0.1.5"