Skip to content

Commit dcaca52

Browse files
committed
version bump to 1.1.0
1 parent 83da582 commit dcaca52

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "otdrs"
3-
version = "1.0.5"
3+
version = "1.1.0"
44
authors = ["James Harrison <james@talkunafraid.co.uk>"]
55
edition = "2018"
66
description = "otdrs is a tool to convert OTDR Bellcore SOR files to Serdes-compatible structs and JSON/CBOR thereafter, usable as a Rust library or as a standalone tool; it can also write SORs from Rust data structures"
7-
license = "GPL-3.0"
7+
license = "LGPL-3.0"
88
documentation = "https://github.com/JamesHarrison/otdrs"
99
homepage = "https://github.com/JamesHarrison/otdrs"
1010
repository = "https://github.com/JamesHarrison/otdrs"
@@ -16,9 +16,9 @@ nom = "8.0.0"
1616
serde_json = "1.0"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_cbor = "0.11.2"
19-
clap = { version = "4.5.42", features = ["derive"] }
19+
clap = { version = "4.5.45", features = ["derive"] }
2020
crc = "3.3.0"
21-
arbitrary = { version = "1.4.1", optional = true, features = ["derive"] }
21+
arbitrary = { version = "1.4.2", optional = true, features = ["derive"] }
2222

2323
[dependencies.pyo3]
2424
version = "0.25.1"

fuzz-afl/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/otdrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use clap::Parser;
1616
/// as do all doc strings on fields
1717
#[derive(Parser)]
1818
#[clap(
19-
version = "1.0.5",
19+
version = "1.1.0",
2020
author = "James Harrison <james@talkunafraid.co.uk>",
2121
about = "otdrs is a conversion utility to convert Telcordia SOR files, used by optical time-domain reflectometry testers, into open formats such as JSON"
2222
)]

0 commit comments

Comments
 (0)