Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into code_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 30, 2024
2 parents 143aebe + de8d731 commit e884f19
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: pip install mkdocs-material==9.5.13
- run: mkdocs build
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ log4rs = "1.3.0"
tokio = { version = "1.37.0", features = ["sync", "macros", "io-util", "rt", "time"] }
clap = { version = "4.5.4", features = ["derive"] }
regex = "1.10.4"
syn = { version = "2.0.55", features = ["full"] }
syn = { version = "2.0.57", features = ["full"] }
quote = "1.0.35"
proc-macro2 = "1.0.79"
assert_cmd = "2.0.14"
Expand Down
Loading

0 comments on commit e884f19

Please sign in to comment.