Skip to content

Commit

Permalink
fix: do not crash when a non-declaration file module is referenced as…
Browse files Browse the repository at this point in the history
… both a code and types dependency (#105)
  • Loading branch information
dsherret committed Jan 20, 2022
1 parent 1c9b2c5 commit 30e23c2
Show file tree
Hide file tree
Showing 10 changed files with 2,154 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.57.0
toolchain: 1.58.0
override: true
- uses: Swatinem/rust-cache@v1

Expand Down
1 change: 0 additions & 1 deletion .gitignore
@@ -1,2 +1 @@
target
Cargo.lock

0 comments on commit 30e23c2

Please sign in to comment.