Skip to content
Snippets Groups Projects
Commit ded475ff authored by Tobias Naumann's avatar Tobias Naumann
Browse files

Merge branch 'main' into 2-make-tryascii-a-trait to fix CI/CD

parents b0f462d4 27303ea3
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ check-licenses:
test:
stage: test
script:
- cargo test -- --format json --report-time -Z unstable-options | tee results.json
- cargo +nightly test -- --format json --report-time -Z unstable-options | tee results.json
- cat results.json | cargo2junit > results.xml
- cat results.xml
- cargo tarpaulin --out Xml
......
[package]
name = "try-ascii"
description = "Helper to format byte slices that probably/mostly contain ASCII-encoded text"
version = "0.2.1"
version = "1.0.0"
authors = [ "Fraunhofer IML Embedded Rust Group <embedded-rust@iml.fraunhofer.de>" ]
edition = "2018"
license-file = "LICENSE"
license = "OLFL-1.3"
repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/try-ascii"
keywords = ["no_std", "logging"]
categories = ["no-std", "development-tools::debugging"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment