rename proto to avoid namespace conflicts when importing v1+v2 #24

Closed
shyba wants to merge 3 commits from minor_changes into master
Showing only changes of commit 04d27d3625 - Show all commits

View file

@ -1,6 +1,6 @@
syntax = "proto3";
package pb;
package pb3;
message Claim {
enum Type {
@ -63,4 +63,4 @@ message File {
message Video {
uint32 width = 1;
uint32 height = 2;
}
}