Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #203 from Sleitnick/promise-v4
Browse files Browse the repository at this point in the history
Update to promise v4
  • Loading branch information
Sleitnick authored Mar 30, 2022
2 parents e68ec8f + 7eb361f commit 854644f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.5
- Update dependencies
- Use Promise v4

## 1.4.4
- Add memory categories per service and controller to help track memory usage
- Update dependencies
Expand Down
4 changes: 2 additions & 2 deletions src/wally.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "sleitnick/knit"
description = "Knit is a lightweight game framework"
version = "1.4.4"
version = "1.4.5"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

[dependencies]
Comm = "sleitnick/comm@^0.2"
Promise = "evaera/promise@^3"
Promise = "evaera/promise@^4"
4 changes: 2 additions & 2 deletions src/wally_bundle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Signal = "sleitnick/signal@^1"
Streamable = "sleitnick/streamable@^1"
TableUtil = "sleitnick/table-util@^1"
Timer = "sleitnick/timer@^1"
Trove = "sleitnick/trove@^0.3"
Promise = "evaera/promise@^3"
Trove = "sleitnick/trove@^0.4"
Promise = "evaera/promise@^4"

0 comments on commit 854644f

Please sign in to comment.