From 0258eb99887c2b373fd8efe3d5c8c736f16c1b26 Mon Sep 17 00:00:00 2001 From: Rizo I Date: Mon, 29 Apr 2024 17:00:11 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f8c1c8..c8863a7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ let # Obtain the latest onix package. onix = import (builtins.fetchGit { url = "https://github.com/rizo/onix.git"; - rev = "14fe1563f320657f2588e57284ac04604332bcdc"; + rev = "6c132df73185efbb46b36a1df54e3cd37bdde5f5"; }) { verbosity = "info"; }; # Create your project environment. @@ -46,7 +46,7 @@ in onix.env { }; # Optional: specify the compiler version for the build environment. - deps = { "ocaml-base-compiler" = "5.0.0"; }; + deps = { "ocaml-system" = "5.1.1"; }; } ```