Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Mar 21, 2021
1 parent 8a409d3 commit 31b50ca
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 181 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## [0.1.1] - 2021-01-29

Expand Down
100 changes: 51 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "pane"
version = "0.1.1"
version = "0.1.2"
authors = ["Elias Sjögreen"]
edition = "2018"

[lib]
crate-type = ["cdylib"]

[dependencies]
deno_core = "0.77.0"
deno_core = "0.79.0"
deno_json_op = "0.1.1"
winit = { version = "0.24.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
Loading

0 comments on commit 31b50ca

Please sign in to comment.