Skip to content

Commit

Permalink
Merge pull request #400 from nerdcash/dependabot/nuget/csharpier-0.29.2
Browse files Browse the repository at this point in the history
Bump csharpier from 0.28.2 to 0.29.2
  • Loading branch information
AArnott authored Oct 8, 2024
2 parents d8717b7 + c05e062 commit e798aef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
]
},
"csharpier": {
"version": "0.28.2",
"version": "0.29.2",
"commands": [
"dotnet-csharpier"
]
Expand Down
4 changes: 2 additions & 2 deletions src/Nerdbank.Zcash/RustBindings/LightWallet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ public override void Write(UserBalances value, BigEndianStream stream)
internal enum ChainType : int
{
Testnet,
Mainnet
Mainnet,
}

class FfiConverterTypeChainType : FfiConverterRustBuffer<ChainType>
Expand Down Expand Up @@ -2108,7 +2108,7 @@ internal enum Pool : int
{
Transparent,
Sapling,
Orchard
Orchard,
}

class FfiConverterTypePool : FfiConverterRustBuffer<Pool>
Expand Down
4 changes: 2 additions & 2 deletions src/Nerdbank.Zcash/RustBindings/LightWallet.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ public override void Write(UserBalances value, BigEndianStream stream)
internal enum ChainType : int
{
Testnet,
Mainnet
Mainnet,
}

class FfiConverterTypeChainType : FfiConverterRustBuffer<ChainType>
Expand Down Expand Up @@ -2108,7 +2108,7 @@ internal enum Pool : int
{
Transparent,
Sapling,
Orchard
Orchard,
}

class FfiConverterTypePool : FfiConverterRustBuffer<Pool>
Expand Down

0 comments on commit e798aef

Please sign in to comment.