devobs 0.2.3__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {devobs-0.2.3 → devobs-0.2.4}/Cargo.lock +12 -12
- {devobs-0.2.3 → devobs-0.2.4}/Cargo.toml +1 -1
- {devobs-0.2.3 → devobs-0.2.4}/PKG-INFO +1 -1
- {devobs-0.2.3 → devobs-0.2.4}/.config/nextest.toml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.devcontainer/devcontainer.json +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.devcontainer/onCreateCommand.sh +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.devcontainer/postAttachCommand.sh +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.editorconfig +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.gitattributes +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.github/dependabot.yaml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.github/workflows/ci.yaml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.github/workflows/prepare-release.yaml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.github/workflows/release.yaml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.gitignore +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.pre-commit-config.yaml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.pre-commit-hooks.yaml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.rustfmt.toml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.vscode/extensions.json +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.vscode/launch.json +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/.vscode/settings.json +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/LICENSE +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/Makefile +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/README.md +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/pyproject.toml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/rust-toolchain.toml +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/src/commands/assert_diff.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/src/commands/check_file_pair.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/src/commands.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/src/main.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/src/utils/fs.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/src/utils.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/mod.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_create-2.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_create.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_delete-2.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_delete.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_modify-2.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_modify.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__empty_directory.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__no_changes.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__no_command_to_run.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__nonexistent_directory.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__on_command_error_ignore.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_assert_diff__on_command_error_propagate.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__backward_matching.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__create_if_not_exists.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__create_if_not_exists_dry_run.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__empty_directory_no_error_no_output.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__forward_matching.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__on_fully_populated_directory.snap +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/test_assert_diff.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/commands/test_check_file_pair.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/helpers.rs +0 -0
- {devobs-0.2.3 → devobs-0.2.4}/tests/integration_test.rs +0 -0
|
@@ -286,16 +286,16 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
286
286
|
|
|
287
287
|
[[package]]
|
|
288
288
|
name = "deranged"
|
|
289
|
-
version = "0.
|
|
289
|
+
version = "0.5.5"
|
|
290
290
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
291
|
-
checksum = "
|
|
291
|
+
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
|
292
292
|
dependencies = [
|
|
293
293
|
"powerfmt",
|
|
294
294
|
]
|
|
295
295
|
|
|
296
296
|
[[package]]
|
|
297
297
|
name = "devobs"
|
|
298
|
-
version = "0.2.
|
|
298
|
+
version = "0.2.4"
|
|
299
299
|
dependencies = [
|
|
300
300
|
"anyhow",
|
|
301
301
|
"assert_cmd",
|
|
@@ -927,9 +927,9 @@ dependencies = [
|
|
|
927
927
|
|
|
928
928
|
[[package]]
|
|
929
929
|
name = "num-conv"
|
|
930
|
-
version = "0.
|
|
930
|
+
version = "0.2.0"
|
|
931
931
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
|
-
checksum = "
|
|
932
|
+
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
|
|
933
933
|
|
|
934
934
|
[[package]]
|
|
935
935
|
name = "num_threads"
|
|
@@ -1704,9 +1704,9 @@ dependencies = [
|
|
|
1704
1704
|
|
|
1705
1705
|
[[package]]
|
|
1706
1706
|
name = "time"
|
|
1707
|
-
version = "0.3.
|
|
1707
|
+
version = "0.3.47"
|
|
1708
1708
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1709
|
-
checksum = "
|
|
1709
|
+
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
1710
1710
|
dependencies = [
|
|
1711
1711
|
"deranged",
|
|
1712
1712
|
"itoa",
|
|
@@ -1714,22 +1714,22 @@ dependencies = [
|
|
|
1714
1714
|
"num-conv",
|
|
1715
1715
|
"num_threads",
|
|
1716
1716
|
"powerfmt",
|
|
1717
|
-
"
|
|
1717
|
+
"serde_core",
|
|
1718
1718
|
"time-core",
|
|
1719
1719
|
"time-macros",
|
|
1720
1720
|
]
|
|
1721
1721
|
|
|
1722
1722
|
[[package]]
|
|
1723
1723
|
name = "time-core"
|
|
1724
|
-
version = "0.1.
|
|
1724
|
+
version = "0.1.8"
|
|
1725
1725
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1726
|
-
checksum = "
|
|
1726
|
+
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
1727
1727
|
|
|
1728
1728
|
[[package]]
|
|
1729
1729
|
name = "time-macros"
|
|
1730
|
-
version = "0.2.
|
|
1730
|
+
version = "0.2.27"
|
|
1731
1731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1732
|
-
checksum = "
|
|
1732
|
+
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
1733
1733
|
dependencies = [
|
|
1734
1734
|
"num-conv",
|
|
1735
1735
|
"time-core",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|