Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version. - [Release notes](https://gitlab.com/twittner/minicbor/tags) - [Changelog](https://gitlab.com/twittner/minicbor/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.14.0...minicbor-v0.15.0) --- updated-dependencies: - dependency-name: minicbor dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
476 B
TOML
17 lines
476 B
TOML
[package]
|
|
name = "pallas-codec"
|
|
description = "Pallas common CBOR encoding interface and utilities"
|
|
version = "0.7.0-alpha.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/txpipe/pallas"
|
|
homepage = "https://github.com/txpipe/pallas"
|
|
documentation = "https://docs.rs/pallas-codec"
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
authors = [
|
|
"Santiago Carmuega <santiago@carmuega.me>"
|
|
]
|
|
|
|
[dependencies]
|
|
minicbor = { version = "0.15", features = ["std", "half", "derive"] }
|
|
|