Skip to content

Commit a3decb8

Browse files
authored
Merge pull request #16 from dragly/dragly-2026-03-20-backwards-compatibility
Add backwards compatibility to Neuronify 1
2 parents 816cad3 + c7ef02d commit a3decb8

52 files changed

Lines changed: 5608 additions & 2358 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
rust:
1616
- stable
17-
- 1.78.0 # Minimum supported Rust version
17+
- 1.90.0 # Minimum supported Rust version
1818

1919
steps:
2020
- uses: actions/checkout@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
/.claude/

0 commit comments

Comments
 (0)