mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Remove support for serve protocol < 5
This was introduced in August 2018 (2825e05d21).
This commit is contained in:
parent
8c789db05b
commit
fa048e4383
7 changed files with 17 additions and 60 deletions
|
|
@ -20,9 +20,9 @@ struct ServeProtoTest : VersionedProtoTest<ServeProto, serveProtoDir>
|
|||
{
|
||||
/**
|
||||
* For serializers that don't care about the minimum version, we
|
||||
* used the oldest one: 1.0.
|
||||
* used the oldest one: 2.5.
|
||||
*/
|
||||
ServeProto::Version defaultVersion = 2 << 8 | 0;
|
||||
ServeProto::Version defaultVersion = 2 << 8 | 5;
|
||||
};
|
||||
|
||||
VERSIONED_CHARACTERIZATION_TEST(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue