Skip to content

Commit 5054c6f

Browse files
committed
downgrade minicbor to keep supporting edition 2021 for now
1 parent 8bb146c commit 5054c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stam"
3-
version = "0.18.4"
3+
version = "0.18.5"
44
edition = "2021"
55
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
66
description = "STAM is a powerful library for dealing with stand-off annotations on text. This is the Rust library."
@@ -23,7 +23,7 @@ regex = "1.11.2"
2323
nanoid = "0.4.0"
2424
csv = "1.3.1"
2525
datasize = { version = "0.2.15", features = ["smallvec-types"] }
26-
minicbor = { version = "2.1.1", features = ["derive","std" ] }
26+
minicbor = { version = "0.26.5", features = ["derive","std" ] }
2727
rayon = "1.11.0"
2828
sha1 = "0.10.6"
2929
base16ct = { version = "0.1.1", features = ["alloc"] }

0 commit comments

Comments
 (0)