Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions payjoin-ffi/dart/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[workspace]
# MSRV-aware dependency resolution: this build resolves fresh (no lockfile
# ships to pub.dev consumers), so prefer dependency versions compatible
# with rust-version instead of failing when a transitive dependency raises
# its MSRV in a patch release.
resolver = "3"

Comment on lines +2 to 7

@DanGould DanGould Sep 8, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment w/ rationale in commit pls rather than here

[package]
name = "payjoin-ffi-wrapper"
description = "This is a simple wrapper crate which re-exports payjoin-ffi for publishing to pub.dev"
version = "0.1.0"
edition = "2021"
rust-version = "1.85"
license = "MIT OR Apache-2.0"
publish = false

Expand Down
Loading