From b01ed65ffc51096524d355ba15b50266f66a5990 Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Tue, 2 Feb 2021 15:40:07 +0100 Subject: [PATCH] niv ic-ref: update 3716b934 -> 37a24d1d MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changelog for ic-ref: Branch: release-0.15 Commits: [dfinity-lab/ic-ref@3716b934...37a24d1d](https://github.com/dfinity-lab/ic-ref/compare/3716b934e8699aea3423535fc69c0f6b077ba842...37a24d1d20be2ed27aeed5b0d1b1c567411447e5) * [`bb8b29ab`](https://github.com/dfinity-lab/ic-ref/commit/bb8b29abf6f67fc8d33a0a35c93d0effc358e9e4) Public Spec: minor edits ([dfinity-lab/ic-ref⁠#256](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/ic-ref/issues/256)) * [`88d3431d`](https://github.com/dfinity-lab/ic-ref/commit/88d3431d531fb78df4a2eef200908083a0a53322) Public Spec: Typo ([dfinity-lab/ic-ref⁠#271](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/ic-ref/issues/271)) * [`988172f0`](https://github.com/dfinity-lab/ic-ref/commit/988172f01c0340ef576f79c69436218a17813d02) Remove .mergify * [`72d26869`](https://github.com/dfinity-lab/ic-ref/commit/72d268693d4a67b84ba0e7f53914892dadd317d7) ic-ref-test: Implement Webauthn signing natively ([dfinity-lab/ic-ref⁠#272](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/ic-ref/issues/272)) * [`37a24d1d`](https://github.com/dfinity-lab/ic-ref/commit/37a24d1d20be2ed27aeed5b0d1b1c567411447e5) ic-ref-test: support --xml for a JUnit report ([dfinity-lab/ic-ref⁠#273](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/ic-ref/issues/273)) --- nix/sources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/sources.json b/nix/sources.json index bbf6f538471..29964040be2 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -29,7 +29,7 @@ "ic-ref": { "branch": "release-0.15", "repo": "ssh://git@github.com/dfinity-lab/ic-ref", - "rev": "3716b934e8699aea3423535fc69c0f6b077ba842", + "rev": "37a24d1d20be2ed27aeed5b0d1b1c567411447e5", "type": "git" }, "libtommath": {