Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solana-labs/solana-program-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aeec28de24854e3d049e45292f71d18cd7c2c318
Choose a base ref
...
head repository: solana-labs/solana-program-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffecc94357e2d13c7b43659803da34d1b1d02603
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 18, 2024

  1. Bump version of @solana/spl-token-lending to match what's on NPM

    steveluscher authored Apr 18, 2024
    Copy the full SHA
    e0621de View commit details
  2. program error: bump patch version (#6592)

    program-error: bump patch version
    Joe C authored Apr 18, 2024
    Copy the full SHA
    ffecc94 View commit details
Showing with 15 additions and 15 deletions.
  1. +11 −11 Cargo.lock
  2. +2 −2 libraries/program-error/Cargo.toml
  3. +1 −1 libraries/program-error/derive/Cargo.toml
  4. +1 −1 token-lending/js/package.json
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libraries/program-error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-program-error"
version = "0.4.0"
version = "0.4.1"
description = "Library for Solana Program error attributes and derive macro for creating them"
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
repository = "https://github.com/solana-labs/solana-program-library"
@@ -11,7 +11,7 @@ edition = "2021"
num-derive = "0.4"
num-traits = "0.2"
solana-program = ">=1.18.2,<=2"
spl-program-error-derive = { version = "0.4.0", path = "./derive" }
spl-program-error-derive = { version = "0.4.1", path = "./derive" }
thiserror = "1.0"

[dev-dependencies]
2 changes: 1 addition & 1 deletion libraries/program-error/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-program-error-derive"
version = "0.4.0"
version = "0.4.1"
description = "Proc-Macro Library for Solana Program error attributes and derive macro"
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
repository = "https://github.com/solana-labs/solana-program-library"
2 changes: 1 addition & 1 deletion token-lending/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/spl-token-lending",
"version": "0.3.5",
"version": "0.3.7",
"description": "SPL Token Lending JavaScript API",
"license": "MIT",
"author": "Solana Labs Maintainers <maintainers@solanalabs.com>",