Skip to content

Commit

Permalink
revert + bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewb1 committed Dec 19, 2023
1 parent d5ef46e commit 07f0a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN pyenv install 3.11.4 && \
pyenv global 3.11.4 && \
pyenv rehash && \
pip3 install --no-cache-dir pyyaml Cython scons pycapnp pre-commit ruff parameterized coverage numpy \
git+https://github.com/jnewb1/capnp-stub-generator.git@6a1f5623205cb005caa60bb826e0dd0e46786cdb
git+https://github.com/jnewb1/capnp-stub-generator.git@66876789c7fc3f1ba436eb326dafbd3a6b1651ef

WORKDIR /project/
RUN cd /tmp/ && \
Expand Down
3 changes: 1 addition & 2 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ struct InitData {
}

struct ChffrAndroidExtra {
#allCameraCharacteristics @0 :Map(Text, Text);
allCameraCharacteristics @0 :Data;
allCameraCharacteristics @0 :Map(Text, Text);
}

struct IosBuildInfo {
Expand Down

0 comments on commit 07f0a0a

Please sign in to comment.