Unverified Commit c78b82c8 authored by Max Karou's avatar Max Karou
Browse files

amber-lang: add comment for patch removal

parent 9db22368
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ rustPlatform.buildRustPackage rec {
  };

  patches = [
    # Upstreamed in #995, can be removed in >= 0.5.2
    # github.com/amber-lang/amber/pull/995
    ./fix_word_boundaries.patch
  ];