From ccdf9f7aea66df4be4998162c1d00767105f407d Mon Sep 17 00:00:00 2001 From: Eric Myhre Date: Fri, 29 Oct 2021 11:03:07 +0200 Subject: [PATCH] enable versioning on go-multihash --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index f8f86c87..351fd901 100644 --- a/config.json +++ b/config.json @@ -169,7 +169,7 @@ { "target": "multiformats/go-multiaddr-fmt" }, { "target": "multiformats/go-multibase" }, { "target": "multiformats/go-multicodec" }, - { "target": "multiformats/go-multihash" }, + { "target": "multiformats/go-multihash", "deploy_versioning": true }, { "target": "multiformats/go-multistream" }, { "target": "multiformats/go-varint" }, { "target": "multiformats/ma-pipe" }