From 77094dfc298cee677885668e3648bda3d02fbab8 Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Tue, 1 Nov 2022 13:09:08 -0700 Subject: [PATCH 1/3] use latest packet-router wip version of gateway-rs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf0f63860..dff953a58 100755 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif GRPC_SERVICES_DIR=src/grpc/autogen -GATEWAY_RS_VSN ?= "v1.0.0-alpha.31" +GATEWAY_RS_VSN ?= "c8c7b9b405fc8686bfc0c2c10526b11283bcf91d" GWMP_MUX_VSN ?= "v0.9.4" all: compile From 98f5698dc41620b9e6118a7bce28977d2627309e Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Tue, 1 Nov 2022 13:50:06 -0700 Subject: [PATCH 2/3] bump gateway-rs packet-router test commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dff953a58..cc7807603 100755 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif GRPC_SERVICES_DIR=src/grpc/autogen -GATEWAY_RS_VSN ?= "c8c7b9b405fc8686bfc0c2c10526b11283bcf91d" +GATEWAY_RS_VSN ?= "a602fe85c50f6ac15700ed23bb88b0b2a6bd7e5b" GWMP_MUX_VSN ?= "v0.9.4" all: compile From ed518393b0253d5665eb7e75bdd42a6d3556820c Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Tue, 1 Nov 2022 14:52:12 -0700 Subject: [PATCH 3/3] update proto to master --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc7807603..a8a4587c3 100755 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif GRPC_SERVICES_DIR=src/grpc/autogen -GATEWAY_RS_VSN ?= "a602fe85c50f6ac15700ed23bb88b0b2a6bd7e5b" +GATEWAY_RS_VSN ?= "9708f856de1e8e050f6707a6543ff3e7b2fb250c" GWMP_MUX_VSN ?= "v0.9.4" all: compile