Skip to content

Commit

Permalink
fix: #71 add padding to size.max for validation (#72)
Browse files Browse the repository at this point in the history
* fix: #71 add padding to size.max for validation

* chore: upgrade proto version, regenerate

* chore: bump cli version

* chore: update Cargo.lock
  • Loading branch information
nilslice authored Mar 10, 2024
1 parent 0a915ee commit 5d9c236
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 55 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modsurfer-convert = { path = "convert", version = "0.1" }
modsurfer-module = { path = "module", version = "0.1" }
modsurfer-proto-v1 = { path = "proto/v1", package = "modsurfer-proto" }
modserver-demangle = { path = "demangle" }
protobuf = "3.2.0"
protobuf = "3.4.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9.14"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ unknown-cli:
install:
@echo "check PROTOC: `which protoc`"
go install google.golang.org/protobuf/cmd/[email protected]
cargo install protobuf-codegen@3.2.0
cargo install protobuf-codegen@3.4.0

generate: install
protoc --experimental_allow_proto3_optional \
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modsurfer-cli"
version = "0.0.9"
version = "0.0.10"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -12,7 +12,7 @@ futures = "0.3.25"
human_bytes = "0.4"
log = "0.4.17"
parse-size = "1"
protobuf = "3.2.0"
protobuf = "3.4.0"
reqwest = "0.11.16"
serde = { workspace = true }
serde_yaml = { workspace = true }
Expand Down
18 changes: 9 additions & 9 deletions proto/v1/go/modsurferpb/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5d9c236

Please sign in to comment.