From d49ae3c5582b85113770bbc52e104063bf960d20 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Fri, 2 Apr 2021 10:57:01 +0200 Subject: Use default to instead of master to reference the repository HEAD --- manifest-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest-reference.md') diff --git a/manifest-reference.md b/manifest-reference.md index 1a33dc1..f92bd22 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -403,7 +403,7 @@ To use a specific upstream branch declare the *branch* name with ```toml [dependencies] -toml-f = { git = "https://github.com/toml-f/toml-f", branch = "master" } +toml-f = { git = "https://github.com/toml-f/toml-f", branch = "main" } ``` Alternatively, reference tags by using the *tag* entry -- cgit v1.2.3