Set the Rust tool-chain

This commit is contained in:
Rene Vergara 2024-02-21 19:33:28 -06:00
parent 9d7a88be43
commit f818586b33
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
3 changed files with 6 additions and 2 deletions

View File

@ -58,7 +58,7 @@ execCargo verbosity command args = do
IODataModeBinary
rsMake :: Verbosity -> IO ()
rsMake verbosity = execCargo verbosity "+nightly-2024-02-04" ["cbuild"]
rsMake verbosity = execCargo verbosity "cbuild" []
rsAddDirs :: LocalBuildInfo -> IO LocalBuildInfo
rsAddDirs lbi' = do

View File

@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2024-02-04"
components = [ "rustfmt", "rustc-dev"]
profile = "minimal"

View File

@ -5,7 +5,7 @@ cabal-version: 3.0
-- see: https://github.com/sol/hpack
name: zcash-haskell
version: 0.4.2.1
version: 0.4.2.2
synopsis: Utilities to interact with the Zcash blockchain
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
category: Blockchain