From 9bd174bde36e4174f4f29887c0b97c57e7ae5d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Mandl=C3=ADk?= Date: Tue, 11 Jun 2024 09:41:24 +0200 Subject: [PATCH] small modifications --- README.md | 2 +- docs/src/citation.md | 2 +- docs/src/examples/musk/Manifest.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 499817f4..17a5fd27 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Kindly cite our work with the following entries if you find it interesting, plea } ``` -* this implementation (fill in the used `version`): +* this implementation (fill in the used `version`) ``` @software{Mill, diff --git a/docs/src/citation.md b/docs/src/citation.md index 2fa981fa..65262f80 100644 --- a/docs/src/citation.md +++ b/docs/src/citation.md @@ -33,7 +33,7 @@ Kindly cite our work with the following entries if you find it interesting, plea } ``` -* this implementation (fill in the used `version`): +* this implementation (fill in the used `version`) ``` @software{Mill, diff --git a/docs/src/examples/musk/Manifest.toml b/docs/src/examples/musk/Manifest.toml index d5cf6603..33fd2a3e 100644 --- a/docs/src/examples/musk/Manifest.toml +++ b/docs/src/examples/musk/Manifest.toml @@ -414,9 +414,9 @@ version = "0.9.19" [[deps.LLVM]] deps = ["CEnum", "LLVMExtra_jll", "Libdl", "Preferences", "Printf", "Requires", "Unicode"] -git-tree-sha1 = "065c36f95709dd4a676dc6839a35d6fa6f192f24" +git-tree-sha1 = "9ed3ebaf6bc3db16cf45ce34b968d348fc54d990" uuid = "929cbde3-209d-540e-8aea-75f648917ca0" -version = "7.1.0" +version = "7.2.0" [deps.LLVM.extensions] BFloat16sExt = "BFloat16s"