diff --git a/R/Reactant/Versions.toml b/R/Reactant/Versions.toml index 9078432e6ddab47..7ecf8b80090c8bf 100644 --- a/R/Reactant/Versions.toml +++ b/R/Reactant/Versions.toml @@ -1,2 +1,5 @@ ["0.1.0"] git-tree-sha1 = "a24822bc0f4cdf6a1384f7e869885473bc410e09" + +["0.1.1"] +git-tree-sha1 = "fe41972fd5541ec2bae32bfb5c60f4a542f98ce3" diff --git a/R/Reactant/WeakCompat.toml b/R/Reactant/WeakCompat.toml new file mode 100644 index 000000000000000..61a628becf564e4 --- /dev/null +++ b/R/Reactant/WeakCompat.toml @@ -0,0 +1,3 @@ +["0.1.1-0"] +ArrayInterface = "7.10.0-7" +NNlib = "0.9" diff --git a/R/Reactant/WeakDeps.toml b/R/Reactant/WeakDeps.toml index 29e151b4a7dbeea..a922ff6a6fd0797 100644 --- a/R/Reactant/WeakDeps.toml +++ b/R/Reactant/WeakDeps.toml @@ -1,2 +1,5 @@ [0] NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" + +["0.1.1-0"] +ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"