Skip to content

Commit

Permalink
Pull in latest SFS client (microsoft#4725)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft authored Aug 9, 2024
2 parents af80a40 + a31b487 commit d5a5dce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/SfsClient/readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## SfsClient

Do not change code under the sfs-client directory; it contains sfs-client source code from commit [6ab78af](https://github.com/microsoft/sfs-client/commits/6ab78af).
Do not change code under the sfs-client directory; it contains sfs-client source code from commit [be733af](https://github.com/microsoft/sfs-client/commits/be733af).
It is created using git subtree command:
```
git subtree add --prefix=src/SfsClient/sfs-client https://github.com/microsoft/sfs-client.git 6ab78af61bc859461ea8298786d87f24b49e3ec2 --squash
git subtree add --prefix=src/SfsClient/sfs-client https://github.com/microsoft/sfs-client.git be733af9e5c8e9227f2018ff618800bf08a31180 --squash
```

### Update
Expand Down
6 changes: 3 additions & 3 deletions src/SfsClient/sfs-client/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/curl/curl",
"commitHash": "fd567d4f06857f4fc8e2f64ea727b1318f76ad33"
"commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6"
}
},
"developmentDependency": false
Expand All @@ -56,7 +56,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/curl/curl",
"commitHash": "fd567d4f06857f4fc8e2f64ea727b1318f76ad33"
"commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6"
}
}
]
Expand All @@ -75,7 +75,7 @@
"type": "git",
"git": {
"repositoryUrl": "https://github.com/curl/curl",
"commitHash": "fd567d4f06857f4fc8e2f64ea727b1318f76ad33"
"commitHash": "83bedbd730d62b83744cc26fa0433d3f6e2e4cd6"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/SfsClient/sfs-client/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
{
"name": "curl",
"version": "8.8.0"
"version": "8.9.1"
},
{
"name": "nlohmann-json",
Expand Down

0 comments on commit d5a5dce

Please sign in to comment.