diff --git a/Cargo.lock b/Cargo.lock index 9514cbe..aba8236 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5041,7 +5041,7 @@ checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78" [[package]] name = "ironstorage" -version = "0.1.0" +version = "1.0.0" dependencies = [ "apple-native-keyring-store", "arboard", @@ -5083,7 +5083,7 @@ dependencies = [ [[package]] name = "ironstorage-apple" -version = "0.1.0" +version = "1.0.0" dependencies = [ "ironstorage", "uniffi", @@ -5091,7 +5091,7 @@ dependencies = [ [[package]] name = "ironstorage-apple-release" -version = "0.1.0" +version = "1.0.0" dependencies = [ "serde", "serde_json", @@ -5101,7 +5101,7 @@ dependencies = [ [[package]] name = "ironstorage-cli" -version = "0.1.0" +version = "1.0.0" dependencies = [ "ctrlc", "ironstorage", @@ -5111,7 +5111,7 @@ dependencies = [ [[package]] name = "ironstorage-desktop" -version = "0.1.0" +version = "1.0.0" dependencies = [ "ashpd", "iced", @@ -5125,7 +5125,7 @@ dependencies = [ [[package]] name = "ironstorage-macos-packager" -version = "0.1.0" +version = "1.0.0" dependencies = [ "apple-bundles", "apple-codesign", @@ -5136,7 +5136,7 @@ dependencies = [ [[package]] name = "ironstorage-tui" -version = "0.1.0" +version = "1.0.0" dependencies = [ "crossterm", "ironstorage", @@ -5147,7 +5147,7 @@ dependencies = [ [[package]] name = "ironstorage-watch-apple" -version = "0.1.0" +version = "1.0.0" dependencies = [ "ironstorage", "uniffi", diff --git a/Cargo.toml b/Cargo.toml index 7f59f7c..e049179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ resolver = "3" [workspace.package] -version = "0.1.0" +version = "1.0.0" edition = "2024" rust-version = "1.92" license = "MIT" diff --git a/apple/AppStore/DISTRIBUTION.md b/apple/AppStore/DISTRIBUTION.md index 1a2e307..396b5b8 100644 --- a/apple/AppStore/DISTRIBUTION.md +++ b/apple/AppStore/DISTRIBUTION.md @@ -7,8 +7,9 @@ private diagnostics in the repository or release logs. ## Release identity - iPhone application: `de.rfc1437.ironstorage` -- AutoFill extension: `de.rfc1437.ironstorage.autofill` - Apple Watch companion: `de.rfc1437.ironstorage.watch` +- Apple Watch compatibility: watchOS 26; the archive carries Apple's required + arm64 and arm64_32 slices - Apple Developer team: `MU22FMRGK8` The submitted archive must embed the Watch application beneath the iPhone @@ -19,6 +20,7 @@ application. An iPhone-only archive is not a releasable IronStorage build. 1. Generate the project and release attribution, then run the release verifier: ```sh +rustup toolchain install nightly --component rust-src cargo metadata --format-version 1 --filter-platform aarch64-apple-ios \ > /private/tmp/ironstorage-ios-metadata.json cargo run -p ironstorage-apple-release -- licenses \ @@ -38,10 +40,11 @@ cargo run -p ironstorage-apple-release -- verify . xcodegen generate xcodebuild -project IronStorage.xcodeproj -scheme IronStorage \ -configuration Release -destination 'generic/platform=iOS' \ - -archivePath /private/tmp/IronStorage.xcarchive archive + -archivePath /private/tmp/IronStorage.xcarchive \ + -allowProvisioningUpdates archive ``` -4. Inspect the archive before upload. The iPhone, AutoFill, and Watch bundle +4. Inspect the archive before upload. The iPhone and Watch bundle identifiers and versions must match the metadata; the Watch app must be embedded; privacy manifests and license resources must be present; the archive must use distribution signing and must not contain `get-task-allow`, @@ -52,11 +55,13 @@ cargo run -p ironstorage-apple-release -- verify . xcodebuild -exportArchive \ -archivePath /private/tmp/IronStorage.xcarchive \ -exportPath /private/tmp/IronStorage-AppStore \ - -exportOptionsPlist AppStore/ExportOptions.plist + -exportOptionsPlist AppStore/ExportOptions.plist \ + -allowProvisioningUpdates ``` 6. In App Store Connect, complete the listing from `metadata.toml`, upload the - reviewed screenshots, answer privacy and encryption questions, provide + reviewed required-size iPhone screenshots and Watch screenshots, answer + privacy and encryption questions, provide local-first review instructions, select the processed build, and submit it for review. Do not provide a production password store or real credentials. 7. After approval, install the public release from the App Store on the paired diff --git a/apple/AppStore/metadata.toml b/apple/AppStore/metadata.toml index 958c826..814ec54 100644 --- a/apple/AppStore/metadata.toml +++ b/apple/AppStore/metadata.toml @@ -11,48 +11,51 @@ privacy_url = "https://rfc1437.de/apps/ironstorage/privacy/" support_url = "https://git.rfc1437.de/hugo/IronStorage/issues" marketing_url = "https://rfc1437.de/apps/ironstorage/" age_rating = "4+" +copyright = "2026 rfc1437" +review_notes = "IronStorage works entirely on-device without an account or remote service. On first launch, generate a local GPG key and choose a passphrase. You can then create folders without unlocking, and create encrypted password or TOTP entries after entering that passphrase. Git history is initialized locally; HTTPS synchronization is optional and is not needed for review. Entries appear on Apple Watch only after selecting them for Watch sharing on iPhone." [release] -version = "0.1.0" -build = "1" +version = "1.0" +build = "4" minimum_ios = "17.0" +minimum_watchos = "26.0" notes = "Initial iPhone and Apple Watch release with local GPG key generation, pass-compatible local Git history, optional HTTPS synchronization, password folders, and explicitly shared TOTP codes on Apple Watch." [[screenshots]] -file = "apple/AppStore/screenshots/home.png" +file = "apple/AppStore/screenshots/iphone-6.5/home.png" caption = "Local Git history works before a sync remote is configured" -width = 1206 -height = 2622 +width = 1284 +height = 2778 [[screenshots]] -file = "apple/AppStore/screenshots/passwords.png" +file = "apple/AppStore/screenshots/iphone-6.5/passwords.png" caption = "Password entries and folders stay organized on device" -width = 1206 -height = 2622 +width = 1284 +height = 2778 [[screenshots]] -file = "apple/AppStore/screenshots/totp.png" +file = "apple/AppStore/screenshots/iphone-6.5/totp.png" caption = "TOTP entries are shared with Apple Watch only when selected" -width = 1206 -height = 2622 +width = 1284 +height = 2778 [[screenshots]] -file = "apple/AppStore/screenshots/totp-detail.png" +file = "apple/AppStore/screenshots/iphone-6.5/totp-detail.png" caption = "Live TOTP codes include an exact validity indicator" -width = 1206 -height = 2622 +width = 1284 +height = 2778 [[screenshots]] -file = "apple/AppStore/screenshots/preferences.png" +file = "apple/AppStore/screenshots/iphone-6.5/preferences.png" caption = "Generate or import a GPG key and add optional HTTPS sync later" -width = 1206 -height = 2622 +width = 1284 +height = 2778 [[screenshots]] -file = "apple/AppStore/screenshots/search.png" +file = "apple/AppStore/screenshots/iphone-6.5/search.png" caption = "Search encrypted password entries by name or folder" -width = 1206 -height = 2622 +width = 1284 +height = 2778 [[watch_screenshots]] file = "apple/AppStore/screenshots/watch-list.png" diff --git a/apple/AppStore/privacy/index.html b/apple/AppStore/privacy/index.html index 77a320d..03a33b7 100644 --- a/apple/AppStore/privacy/index.html +++ b/apple/AppStore/privacy/index.html @@ -8,11 +8,11 @@

Last updated: 16 August 2026

IronStorage does not collect analytics, advertising identifiers, diagnostics, or personal data for the developer, and it does not track you.

Data on your device

-

Your local Git repository and encrypted password entries remain on your device. Application tokens, imported or generated private-key material, and protected unlock data use Apple Keychain storage. Camera frames used to scan a key-transfer QR code are processed on the device and are not retained by IronStorage.

+

Your local Git repository and encrypted password entries remain on your device. Imported or generated private-key material stays in the app container and is protected by its GPG passphrase. Application tokens and biometric unlock data use Apple Keychain storage. Camera frames used to scan a key-transfer QR code are processed on the device and are not retained by IronStorage.

Network access

IronStorage works without a network service. If you later configure an HTTPS Git server, it connects only to that server using the credentials you provide to pull and push your password store. The developer does not operate an IronStorage service and does not receive this traffic.

Deletion

-

Remove configured credentials and key material in IronStorage before uninstalling when you want them deleted immediately. Keychain items otherwise follow Apple’s secure-storage lifecycle and may survive an app reinstall.

+

Deleting IronStorage removes its local repository and key files from the app container. Remove a configured application token and disable biometric unlock in Preferences before uninstalling when you also want those Keychain records removed immediately. Keychain items otherwise follow Apple’s secure-storage lifecycle and may survive an app reinstall.

Support

Questions and issues can be filed at the IronStorage issue tracker.

diff --git a/apple/AppStore/screenshots/iphone-6.5/home.png b/apple/AppStore/screenshots/iphone-6.5/home.png new file mode 100644 index 0000000..a3aac86 Binary files /dev/null and b/apple/AppStore/screenshots/iphone-6.5/home.png differ diff --git a/apple/AppStore/screenshots/iphone-6.5/passwords.png b/apple/AppStore/screenshots/iphone-6.5/passwords.png new file mode 100644 index 0000000..8c80788 Binary files /dev/null and b/apple/AppStore/screenshots/iphone-6.5/passwords.png differ diff --git a/apple/AppStore/screenshots/iphone-6.5/preferences.png b/apple/AppStore/screenshots/iphone-6.5/preferences.png new file mode 100644 index 0000000..73e8bde Binary files /dev/null and b/apple/AppStore/screenshots/iphone-6.5/preferences.png differ diff --git a/apple/AppStore/screenshots/iphone-6.5/search.png b/apple/AppStore/screenshots/iphone-6.5/search.png new file mode 100644 index 0000000..ec7d5b7 Binary files /dev/null and b/apple/AppStore/screenshots/iphone-6.5/search.png differ diff --git a/apple/AppStore/screenshots/iphone-6.5/totp-detail.png b/apple/AppStore/screenshots/iphone-6.5/totp-detail.png new file mode 100644 index 0000000..c116f57 Binary files /dev/null and b/apple/AppStore/screenshots/iphone-6.5/totp-detail.png differ diff --git a/apple/AppStore/screenshots/iphone-6.5/totp.png b/apple/AppStore/screenshots/iphone-6.5/totp.png new file mode 100644 index 0000000..8b9e966 Binary files /dev/null and b/apple/AppStore/screenshots/iphone-6.5/totp.png differ diff --git a/apple/Sources/App/IronStorageApp.swift b/apple/Sources/App/IronStorageApp.swift index 6340f7c..4008637 100644 --- a/apple/Sources/App/IronStorageApp.swift +++ b/apple/Sources/App/IronStorageApp.swift @@ -99,11 +99,19 @@ private final class WatchSnapshotCoordinator: NSObject, WCSessionDelegate { snapshot.resetBytes(in: 0.. Bool { + textField.resignFirstResponder() + return true + } + func textViewDidChange(_ textView: UITextView) { currentValue = textView.text changed?(currentName, currentValue) diff --git a/apple/Sources/Watch/IronStorageWatchApp.swift b/apple/Sources/Watch/IronStorageWatchApp.swift index 59b4655..47e4518 100644 --- a/apple/Sources/Watch/IronStorageWatchApp.swift +++ b/apple/Sources/Watch/IronStorageWatchApp.swift @@ -172,6 +172,18 @@ private final class WatchSnapshotTransport: NSObject, ObservableObject, WCSessio self?.receive(applicationContext, session: session) } } + + nonisolated func session(_ session: WCSession, didReceiveMessage message: [String: Any]) { + Task { @MainActor [weak self] in + self?.receive(message, session: session) + } + } + + nonisolated func session(_ session: WCSession, didReceiveUserInfo userInfo: [String: Any]) { + Task { @MainActor [weak self] in + self?.receive(userInfo, session: session) + } + } } private struct WatchRootView: View { diff --git a/apple/build_rust_core.bash b/apple/build_rust_core.bash index 4e0d85d..adcbced 100755 --- a/apple/build_rust_core.bash +++ b/apple/build_rust_core.bash @@ -2,9 +2,6 @@ set -euo pipefail export CARGO_TARGET_DIR="$DERIVED_FILE_DIR/cargo" -export RUSTC="$(rustup which --toolchain stable rustc)" -export RUSTDOC="$(rustup which --toolchain stable rustdoc)" - if [[ "$CONFIGURATION" == "Debug" ]]; then profile=debug else @@ -21,10 +18,16 @@ fi libraries=() for arch in $ARCHS; do + toolchain=stable + cargo_args=(--locked) if [[ "$package" == "ironstorage-watch-apple" && "$arch" == "arm64" && "${LLVM_TARGET_TRIPLE_SUFFIX:-}" == "-simulator" ]]; then target=aarch64-apple-watchos-sim elif [[ "$package" == "ironstorage-watch-apple" && "$arch" == "arm64" ]]; then target=aarch64-apple-watchos + elif [[ "$package" == "ironstorage-watch-apple" && "$arch" == "arm64_32" ]]; then + target=arm64_32-apple-watchos + toolchain=nightly + cargo_args=(-Z build-std=std,panic_abort --locked) elif [[ "$package" == "ironstorage-watch-apple" && "$arch" == "x86_64" ]]; then target=x86_64-apple-watchos-sim elif [[ "$arch" == "arm64" && "${LLVM_TARGET_TRIPLE_SUFFIX:-}" == "-simulator" ]]; then @@ -38,11 +41,13 @@ for arch in $ARCHS; do exit 1 fi + export RUSTC="$(rustup which --toolchain "$toolchain" rustc)" + export RUSTDOC="$(rustup which --toolchain "$toolchain" rustdoc)" if [[ "$profile" == "debug" ]]; then - rustup run stable cargo build --locked \ + rustup run "$toolchain" cargo build "${cargo_args[@]}" \ --target "$target" --package "$package" --lib else - rustup run stable cargo build --locked --release \ + rustup run "$toolchain" cargo build "${cargo_args[@]}" --release \ --target "$target" --package "$package" --lib fi libraries+=("$CARGO_TARGET_DIR/$target/$profile/lib$library.a") diff --git a/apple/project.yml b/apple/project.yml index a3e2a65..aec9dac 100644 --- a/apple/project.yml +++ b/apple/project.yml @@ -6,8 +6,8 @@ settings: SWIFT_VERSION: "5.0" CODE_SIGN_STYLE: Automatic DEVELOPMENT_TEAM: MU22FMRGK8 - MARKETING_VERSION: "0.1.0" - CURRENT_PROJECT_VERSION: "1" + MARKETING_VERSION: "1.0" + CURRENT_PROJECT_VERSION: "4" targets: IronStorage: type: application @@ -39,8 +39,6 @@ targets: - Sources/App - Generated/ironstorage_apple.swift dependencies: - - target: IronStorageAutoFill - embed: true - target: IronStorageWatch embed: true preBuildScripts: @@ -85,11 +83,12 @@ targets: IronStorageWatch: type: application platform: watchOS - deploymentTarget: "10.0" + deploymentTarget: "26.0" settings: PRODUCT_BUNDLE_IDENTIFIER: de.rfc1437.ironstorage.watch PRODUCT_NAME: IronStorage Watch SKIP_INSTALL: YES + "ARCHS[sdk=watchos*]": "arm64 arm64_32" "EXCLUDED_ARCHS[sdk=watchsimulator*]": x86_64 SWIFT_OBJC_BRIDGING_HEADER: IronStorage-Watch-Bridging-Header.h LIBRARY_SEARCH_PATHS: "$(inherited) $(DERIVED_FILE_DIR)/rust" diff --git a/crates/storage/src/mobile_watch.rs b/crates/storage/src/mobile_watch.rs index c44c43f..8f262fc 100644 --- a/crates/storage/src/mobile_watch.rs +++ b/crates/storage/src/mobile_watch.rs @@ -229,7 +229,10 @@ impl WatchSnapshotReceiver { } }; let mut pairing_changed = false; - if let Some(accepted) = self.accepted { + // A valid revocation can only remove secrets, so it must survive a sender reset. + if !snapshot.is_revocation() + && let Some(accepted) = self.accepted + { if snapshot.revision < accepted.revision { return Ok(WatchSnapshotApply::Stale); } else if snapshot.revision == accepted.revision { @@ -249,10 +252,10 @@ impl WatchSnapshotReceiver { revision: snapshot.revision, digest: snapshot.digest, }; - let result = if pairing_changed { - WatchSnapshotApply::PairingChanged - } else if snapshot.is_revocation() { + let result = if snapshot.is_revocation() { WatchSnapshotApply::Revoked + } else if pairing_changed { + WatchSnapshotApply::PairingChanged } else { WatchSnapshotApply::Replaced }; diff --git a/crates/storage/tests/apple_mobile_audit.rs b/crates/storage/tests/apple_mobile_audit.rs index a3ada3d..6aa5fbf 100644 --- a/crates/storage/tests/apple_mobile_audit.rs +++ b/crates/storage/tests/apple_mobile_audit.rs @@ -60,6 +60,20 @@ fn apple_sources_preserve_the_mobile_security_boundary() { } assert!(watch.contains("core.presentationAt")); assert!(watch.contains("SecItemCopyMatching")); + assert!(app.contains("session.sendMessage(payload")); + assert!(app.contains("session.transferUserInfo(payload)")); + assert!(watch.contains("didReceiveMessage message")); + assert!(watch.contains("didReceiveUserInfo userInfo")); +} + +#[test] +fn iphone_entry_editor_keeps_add_action_accessible_while_typing() { + let app = workspace_file("apple/Sources/App/IronStorageApp.swift"); + assert!(app.contains("navigationItem.rightBarButtonItems = [save, add]")); + assert!(app.contains("tableView.keyboardDismissMode = .interactive")); + assert!(app.contains("field.returnKeyType = .done")); + assert!(app.contains("textField.resignFirstResponder()")); + assert!(!app.contains("inputAccessoryView = keyboardToolbar")); } #[test] diff --git a/crates/storage/tests/mobile_watch.rs b/crates/storage/tests/mobile_watch.rs index da74670..04ae727 100644 --- a/crates/storage/tests/mobile_watch.rs +++ b/crates/storage/tests/mobile_watch.rs @@ -104,6 +104,32 @@ fn replacement_snapshots_reject_replays_conflicts_and_pairing_changes() -> TestR WatchSnapshotApply::Stale ); + let reset_journal = directory.path().join("reset-watch-snapshot.toml"); + let mut reset_sender = WatchSnapshotSender::load(reset_journal); + let reset_revocation = reset_sender.prepare("paired-watch-a", Vec::new())?; + assert_eq!(reset_revocation.revision(), 1); + assert_eq!( + receiver.apply(SecretBytes::new( + reset_revocation.snapshot().expose().to_vec() + ))?, + WatchSnapshotApply::Revoked + ); + assert!( + receiver + .current() + .expect("reset revocation") + .is_revocation() + ); + let after_reset = reset_sender.prepare( + "paired-watch-a", + vec![entry("otp/reset", "Acme", "reset", b"reset-secret")], + )?; + assert_eq!(after_reset.revision(), 2); + assert_eq!( + receiver.apply(SecretBytes::new(after_reset.snapshot().expose().to_vec()))?, + WatchSnapshotApply::Replaced + ); + let changed_watch = sender.prepare( "paired-watch-b", vec![entry("otp/carol", "Acme", "carol", b"third-secret")], @@ -138,6 +164,7 @@ fn replacement_snapshots_reject_replays_conflicts_and_pairing_changes() -> TestR "first-secret", "second-secret", "third-secret", + "reset-secret", "otpauth://", "94287082", ] { diff --git a/tools/apple-release/src/main.rs b/tools/apple-release/src/main.rs index f0e6265..6c8c0d5 100644 --- a/tools/apple-release/src/main.rs +++ b/tools/apple-release/src/main.rs @@ -35,6 +35,8 @@ struct App { support_url: String, marketing_url: String, age_rating: String, + copyright: String, + review_notes: String, } #[derive(Deserialize)] @@ -42,6 +44,7 @@ struct Release { version: String, build: String, minimum_ios: String, + minimum_watchos: String, notes: String, } @@ -113,9 +116,12 @@ fn verify(root: &Path) -> Result<(), Box> { if metadata.app.bundle_identifier != BUNDLE_ID { return Err(format!("main bundle identifier must be {BUNDLE_ID}").into()); } - if metadata.app.age_rating != "4+" || metadata.release.minimum_ios != "17.0" { + if metadata.app.age_rating != "4+" + || metadata.release.minimum_ios != "17.0" + || metadata.release.minimum_watchos != "26.0" + { return Err( - "release metadata must retain the reviewed 4+ rating and iOS 17.0 minimum".into(), + "release metadata must retain the reviewed 4+ rating, iOS 17.0 minimum, and watchOS 26.0 minimum".into(), ); } if metadata.release.build.parse::()? == 0 { @@ -135,6 +141,8 @@ fn verify(root: &Path) -> Result<(), Box> { ("keywords", metadata.app.keywords.as_str()), ("category", metadata.app.category.as_str()), ("release notes", metadata.release.notes.as_str()), + ("copyright", metadata.app.copyright.as_str()), + ("review notes", metadata.app.review_notes.as_str()), ] { if value.trim().is_empty() { return Err(format!("{name} must not be empty").into()); @@ -156,20 +164,20 @@ fn verify(root: &Path) -> Result<(), Box> { let workspace_version = workspace["workspace"]["package"]["version"] .as_str() .ok_or("workspace version is missing")?; - if metadata.release.version != workspace_version { + if normalized_version(&metadata.release.version)? != normalized_version(workspace_version)? { return Err("App Store version must match the Rust workspace version".into()); } let project = fs::read_to_string(root.join("apple/project.yml"))?; for required in [ "PRODUCT_BUNDLE_IDENTIFIER: de.rfc1437.ironstorage\n", - "PRODUCT_BUNDLE_IDENTIFIER: de.rfc1437.ironstorage.autofill\n", "PRODUCT_BUNDLE_IDENTIFIER: de.rfc1437.ironstorage.watch\n", "DEVELOPMENT_TEAM: MU22FMRGK8\n", "ITSAppUsesNonExemptEncryption: false\n", "NSFaceIDUsageDescription:", "NSCameraUsageDescription:", - "- target: IronStorageAutoFill\n embed: true", + "deploymentTarget: \"26.0\"\n", + "\"ARCHS[sdk=watchos*]\": \"arm64 arm64_32\"\n", "- target: IronStorageWatch\n embed: true", ] { if !project.contains(required) { @@ -203,6 +211,25 @@ fn verify(root: &Path) -> Result<(), Box> { if metadata.screenshots.len() != 6 { return Err("exactly six reviewed iPhone screenshots are required".into()); } + let iphone_size = ( + metadata.screenshots[0].width, + metadata.screenshots[0].height, + ); + if ![ + (1242, 2688), + (1284, 2778), + (1260, 2736), + (1290, 2796), + (1320, 2868), + ] + .contains(&iphone_size) + || metadata + .screenshots + .iter() + .any(|screenshot| (screenshot.width, screenshot.height) != iphone_size) + { + return Err("iPhone screenshots must use one required 6.5-inch or 6.9-inch size".into()); + } if metadata.watch_screenshots.len() != 2 { return Err("exactly the reviewed Watch list and detail screenshots are required".into()); } @@ -357,6 +384,17 @@ fn require_https(name: &str, value: &str) -> Result<(), Box> { Ok(()) } +fn normalized_version(value: &str) -> Result, Box> { + let mut parts = value + .split('.') + .map(str::parse) + .collect::, _>>()?; + while parts.last() == Some(&0) { + parts.pop(); + } + Ok(parts) +} + fn png_size(path: &Path) -> Result<(u32, u32), Box> { let bytes = fs::read(path)?; if bytes.len() < 24 || &bytes[..8] != b"\x89PNG\r\n\x1a\n" || &bytes[12..16] != b"IHDR" { @@ -383,6 +421,12 @@ mod tests { assert!(metadata.release.notes.contains("Apple Watch")); } + #[test] + fn app_store_and_rust_versions_ignore_trailing_zeroes() { + assert_eq!(normalized_version("1.0").unwrap(), vec![1]); + assert_eq!(normalized_version("1.0.0").unwrap(), vec![1]); + } + #[test] fn repository_release_metadata_is_consistent() { let root = Path::new(env!("CARGO_MANIFEST_DIR"))