diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-05 15:18:22 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-03-06 13:39:51 +0100 |
commit | 91b9a0412c9e91f620a187354bfcc45df4b74279 (patch) | |
tree | 51a75bfd304b7a597ca7d3c4628ec38f9c16d397 /doc/tutorial/third-party-software.md | |
parent | 67c892bae9cfd0ed9f481cb4a0c718340b85d11c (diff) | |
download | justbuild-91b9a0412c9e91f620a187354bfcc45df4b74279.tar.gz |
tutorial: Consistently use the fmtlib release tag
...instead of using the master branch.
Diffstat (limited to 'doc/tutorial/third-party-software.md')
-rw-r--r-- | doc/tutorial/third-party-software.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/third-party-software.md b/doc/tutorial/third-party-software.md index c2c068d4..7496d7df 100644 --- a/doc/tutorial/third-party-software.md +++ b/doc/tutorial/third-party-software.md @@ -301,7 +301,7 @@ be set for them in `repos.json`: , "fmtlib": { "repository": { "type": "git" - , "branch": "master" + , "branch": "8.1.1" , "commit": "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9" , "repository": "https://github.com/fmtlib/fmt.git" } |