From 2b759cc72d1731042f43c8560fbc34a2b6851e9a Mon Sep 17 00:00:00 2001 From: Yao Sun Date: Tue, 25 Jun 2024 22:21:53 -0700 Subject: [PATCH] Update readme and cgmanifest --- cgmanifest.json | 2 +- src/YamlCppLib/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgmanifest.json b/cgmanifest.json index 6509cdb8ee..dccbbf2c06 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -15,7 +15,7 @@ "type": "git", "git": { "repositoryUrl": "https://github.com/yaml/libyaml.git", - "commitHash": "2c891fc7a770e8ba2fec34fc6b545c672beb37e6" + "commitHash": "840b65c40675e2d06bf40405ad3f12dec7f35923" } } }, diff --git a/src/YamlCppLib/readme.md b/src/YamlCppLib/readme.md index 792130c072..2256436502 100644 --- a/src/YamlCppLib/readme.md +++ b/src/YamlCppLib/readme.md @@ -1,6 +1,6 @@ ## YamlCppLib -Do not change code under the libyaml directory; it contains libyaml source code version [0.2.5](https://github.com/yaml/libyaml/releases/tag/0.2.5). +Do not change code under the libyaml directory; it contains libyaml source code version [840b65c](https://github.com/yaml/libyaml/commits/840b65c). It is created using git subtree command: git subtree add --prefix=src/YamlCppLib/libyaml https://github.com/yaml/libyaml.git release/0.2.5 --squash