Skip to content

Commit

Permalink
Update Project.toml (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb authored Jun 14, 2021
1 parent a1970d4 commit bb358dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Widgets = "0.6.2"
julia = "0.7, 1"
JSExpr = "0.5"
JSON = "0.18, 0.19, 0.20, 0.21"
Observables = "0.2.3, 0.3"
Observables = "0.2.3, 0.3, 0.4"
FunctionalCollections = "0.5.0"
AssetRegistry = "0.1.0"
WebSockets = "1.5.0"
Expand Down

2 comments on commit bb358dc

@rafaqz
Copy link

@rafaqz rafaqz commented on bb358dc Jun 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get this registered? it's holding back Makie.jl

@SimonDanisch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, there does seem to be a regression with the new Observables... Looks like I can fix it quickly. I'll make a PR

Please sign in to comment.