Skip to content
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: reasonkit/reasonkit-mem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: reasonkit/reasonkit-mem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.5
Choose a head ref
  • 1 commit
  • 11 files changed
  • 3 contributors

Commits on Jan 18, 2026

  1. fix(deps): pin bincode to v1.3 for API compatibility (#13)

    ## Summary
    
    - Pin `bincode` to 1.3.3 (latest 1.x) for API compatibility
    - bincode 2.0+ uses completely new `Encode`/`Decode` trait API
    - Current code uses legacy `serialize()`/`deserialize()` functions
    - Remove `Cargo.lock` from `.gitignore` for reproducible CI with
    `--locked` flag
    
    ## Test Plan
    
    - [ ] CI passes on all platforms
    - [ ] Build with `--locked` succeeds
    - [ ] All serialization tests pass
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    Co-authored-by: Len P. van der Hof <Lenvanderhof@ReasonKit.sh>
    3 people authored Jan 18, 2026
    Configuration menu
    Copy the full SHA
    5a47784 View commit details
    Browse the repository at this point in the history
Loading