Skip to content

Commit

Permalink
Merge branch 'improve-string-concat'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 15, 2024
2 parents 8d96107 + a088b6b commit 5b15fba
Show file tree
Hide file tree
Showing 12 changed files with 356 additions and 478 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
rust_project_path: src-rust
target: ${{ matrix.target }}
features: ${{ matrix.features }}
use_cross: true

build-c-libs-macos:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<h1>The Reloaded Buffers Library</h1>
<img src="https://camo.githubusercontent.com/8f75011947bdd0d14630a789dd4edc11edcbcd9f51bc94511c0f45ec71a0d06b/68747470733a2f2f692e696d6775722e636f6d2f426a506e3772552e706e67" width="150" align="center" />
<img src="hhttps://raw.githubusercontent.com/Reloaded-Project/Reloaded.MkDocsMaterial.Themes.R2/adc12754862c5107fcd1357c7501e4d9d9f09d07/Images/Reloaded-Icon.png" width="150" align="center" />
<br/> <br/>
<strong><i>Allocate Memory, & Knuckles</i></strong>
<br/> <br/>
Expand Down
3 changes: 2 additions & 1 deletion src-rust/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"coverage.xml",
"jacoco.xml",
"coverage.cobertura.xml"
]
],
"rust-analyzer.cargo.features": "all",
}
Loading

0 comments on commit 5b15fba

Please sign in to comment.