mirror of
https://github.com/wassname/ray.git
synced 2026-07-09 01:35:30 +08:00
Allow arbitrary bytes in types.String (#405)
This commit is contained in:
committed by
Robert Nishihara
parent
80fdfcd1a5
commit
6f2ed775a2
+1
-1
@@ -9,7 +9,7 @@ message Long {
|
||||
}
|
||||
|
||||
message String {
|
||||
string data = 1;
|
||||
bytes data = 1;
|
||||
}
|
||||
|
||||
message Unicode {
|
||||
|
||||
Reference in New Issue
Block a user