update servicepoint to 0.6.0
This commit is contained in:
parent
6df96d73d2
commit
dca4ed7113
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,4 +3,5 @@ obj
|
||||||
.idea
|
.idea
|
||||||
client
|
client
|
||||||
*.sarif
|
*.sarif
|
||||||
|
.direnv
|
||||||
|
|
||||||
|
|
11
shell.nix
Normal file
11
shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{pkgs ? import <nixpkgs> {}}:
|
||||||
|
pkgs.mkShell {
|
||||||
|
nativeBuildInputs = with pkgs.buildPackages; [
|
||||||
|
rustup
|
||||||
|
pkg-config
|
||||||
|
xe
|
||||||
|
lzma
|
||||||
|
cargo-tarpaulin
|
||||||
|
gnumake
|
||||||
|
];
|
||||||
|
}
|
|
@ -5,6 +5,8 @@ EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shared", "shared", "{12DB7D48-1BB2-488B-B4D9-4126087D2F8C}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "shared", "shared", "{12DB7D48-1BB2-488B-B4D9-4126087D2F8C}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
Dockerfile = Dockerfile
|
Dockerfile = Dockerfile
|
||||||
|
..\shell.nix = ..\shell.nix
|
||||||
|
..\.envrc = ..\.envrc
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServicePoint", "servicepoint/crates/servicepoint_binding_cs/ServicePoint/ServicePoint.csproj", "{DFCC69ED-E02B-4631-8A23-5D394BA01E03}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServicePoint", "servicepoint/crates/servicepoint_binding_cs/ServicePoint/ServicePoint.csproj", "{DFCC69ED-E02B-4631-8A23-5D394BA01E03}"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 084c3df1db204d619932338c4b1347cc9d32f590
|
Subproject commit ff713690e3799eaaf7aed5ec5ac557cc91d96178
|
Loading…
Reference in a new issue