Skip to content

Commit 2f9aaca

Browse files
authored
Release v0.1.7 (#28)
1 parent 230f91b commit 2f9aaca

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "souper"
33
description = "CLI tool to manage metadata about software of unknown provinence (SOUP)"
4-
version = "0.1.6"
4+
version = "0.1.7"
55
homepage = "https://github.com/DeviesDevelopment/souper"
66
repository = "https://github.com/DeviesDevelopment/souper"
77
readme = "README.md"

soups.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Cargo.toml": [
33
{
44
"name": "clap",
5-
"version": "4.5.39",
5+
"version": "4.5.42",
66
"meta": {
77
"rationale": "Parse command-line arguments"
88
}
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"name": "quick-xml",
19-
"version": "0.37.5",
19+
"version": "0.38.1",
2020
"meta": {
2121
"rationale": "Parse XML-based files to identify SOUPs"
2222
}
@@ -37,14 +37,14 @@
3737
},
3838
{
3939
"name": "serde_json",
40-
"version": "1.0.140",
40+
"version": "1.0.142",
4141
"meta": {
4242
"rationale": "Parse JSON files to identify SOUPs"
4343
}
4444
},
4545
{
4646
"name": "toml",
47-
"version": "0.8.22",
47+
"version": "0.9.4",
4848
"meta": {
4949
"rationale": "Parse TOML files to identify SOUPs"
5050
}

0 commit comments

Comments
 (0)