Skip to content

Commit d811dd2

Browse files
authored
Merge branch 'master' into optimize-subst
2 parents febf800 + 42d24e6 commit d811dd2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/actions/with-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
3232
&& rustup target add wasm32-unknown-unknown \
3333
&& rustup target add wasm32v1-none
3434

35-
RUN cargo install --locked stellar-cli@23.0.1
35+
RUN cargo install --locked stellar-cli@23.1.4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/dist/
22
__pycache__/
33
.coverage
4+
.python-version

src/komet/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from komet.komet import main
2+
3+
if __name__ == '__main__':
4+
main()

0 commit comments

Comments
 (0)