8000 Enable to use newer protobuf by dskkato · Pull Request #415 · tensorflow/rust · GitHub
[go: up one dir, main page]

Skip to content

Enable to use newer protobuf #415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Cargo.toml
  • Loading branch information
dskkato authored Sep 12, 2023
commit a1c8d6ebdb7236186baa1c4e9f5316e224a68352
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ byteorder = "1.4.3"
crc = "3.0.0"
half = "2.1.0"
# This is used internally but not intended to be exposed through the API.
protobuf = "=2.27.1"
protobuf = "2.27.1"
# Enables conversions between ndarray::Array objects and tensorflow::Tensor
ndarray = { version = "0.15.6", optional = true }
rustversion = "1.0.9"
Expand Down
0