Skip to content

Commit

Permalink
Merge pull request #16 from calcit-lang/refactor-kwd
Browse files Browse the repository at this point in the history
upgrade deps to fit new keyword implementation
  • Loading branch information
soyaine authored Oct 8, 2021
2 parents 9c60167 + 29b473c commit 16e83a1
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 246 deletions.
167 changes: 14 additions & 153 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ exclude = ["resources", "!SourceCodePro-Medium.ttf"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
calcit_runner = "0.4.34"
calcit_runner = "0.5.0-a3"
# calcit_runner = { path = "../calcit_runner.rs" }
cirru_edn = "0.1.7"
cirru_parser = "0.1.3"
notify = "4.0.16"
cirru_edn = "0.2.0-a1"
cirru_parser = "0.1.8"
notify = "4.0.17"
im = "15.0.0"
lazy_static = "1.4.0"
env_logger = "0.9"
euclid = "0.22"
euclid = "0.22.6"
log = "0.4"
pixels = "0.6.0"
winit = "0.25"
Expand Down
Loading

0 comments on commit 16e83a1

Please sign in to comment.