From 0922e69146e3ba29b90c8472e882ce4099843687 Mon Sep 17 00:00:00 2001 From: Chralt Date: Wed, 8 Nov 2023 16:00:06 +0100 Subject: [PATCH] Update Cargo.toml --- pallets/order-book/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/order-book/Cargo.toml b/pallets/order-book/Cargo.toml index 5f6dee466a..f06acf10c9 100644 --- a/pallets/order-book/Cargo.toml +++ b/pallets/order-book/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-order-book" -description = "Pallet to add order book for currency exchanges. Initially based off Zeitgeist orderbook found here: https://github.com/zeitgeistpm/zeitgeist/tree/main/zrml/orderbook-v1" +description = "Pallet to add order book for currency exchanges. Initially based off Zeitgeist orderbook found here: https://github.com/zeitgeistpm/zeitgeist/tree/main/zrml/orderbook" version = "0.1.0" authors = ["Centrifuge "] homepage = "https://centrifuge.io"