Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 22, 2024
1 parent 3b997ad commit 4e47792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stam-tools"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
authors = ["Maarten van Gompel <[email protected]>"]
description = "Command-line tools for working with stand-off annotations on text (STAM)"
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/annotation/stam-tools"
keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp"]

[dependencies]
stam = { version = "0.16.0" }
stam = { version = "0.16.1" }
clap = "3.2.23"
html-escape = "0.2.13"
seal = "0.1.5"
Expand Down

0 comments on commit 4e47792

Please sign in to comment.