Skip to content

Commit

Permalink
feat: deno_graph 0.57 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Oct 13, 2023
1 parent 0bc66f6 commit c4eb085
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 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 rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"
anyhow = "1.0.44"
base64 = "0.13.0"
deno_ast = { version = "0.29.3", features = ["bundler", "codegen", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_graph = "0.56.0"
deno_graph = "0.57.0"
escape8259 = "0.5.2"
futures = "0.3.17"
import_map = "0.15.0"
Expand Down
1 change: 1 addition & 0 deletions rs-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ impl deno_graph::source::Resolver for ImportMapResolver {
&self,
specifier: &str,
referrer: &ModuleSpecifier,
_mode: deno_graph::source::ResolutionMode,
) -> Result<ModuleSpecifier, ResolveError> {
let maybe_import_map = &self.0;

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.71.0"
channel = "1.73.0"
components = [ "clippy", "rustfmt" ]

0 comments on commit c4eb085

Please sign in to comment.