Skip to content

Commit

Permalink
Merge branch 'develop' into feature/substrates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamschi committed Aug 29, 2023
2 parents a84a06a + 534737f commit b4aff4f
Show file tree
Hide file tree
Showing 26 changed files with 744 additions and 645 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If applicable, add screenshots to help explain your problem.

**please complete the following information:**

- `rustc --version`: [e.g. 1.57.0]
- `rustc --version`: [e.g. 1.58.0]
- Crate version (if applicable): [e.g. 0.0.2]

**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [macos, ubuntu, windows]
rust: ['1.57', stable, beta, nightly]
rust: ['1.58', stable, beta, nightly]
env:
target: ${{matrix.target && format('--target={0}', matrix.target)}}
workspace: ${{matrix.no-workspace || '--workspace'}}
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"recommendations": [
"bungcip.better-toml",
"tamasfe.even-better-toml",
"serayuzgur.crates",
"editorconfig.editorconfig",
"rust-lang.rust-analyzer",
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
TODO: Date

* **Breaking:**
* Increased minimum supported Rust version from 1.45.0 to 1.57.0
* Increased minimum supported Rust version from 1.45.0 to 1.58.0
> since `asteracea::error` uses `std::panic::panic_any(…)`,
> and for format string interpolation,
> and to show better event binding validation errors using const panics.
* Removed "rhizome" features (always enabled now)
* Removed "styles" and "topiary" features. CSS scoping will be enabled through more general means.
Expand Down
Loading

0 comments on commit b4aff4f

Please sign in to comment.