Skip to content

Commit d455cd5

Browse files
committed
Lab7: Added macrotools.
1 parent ef2cad0 commit d455cd5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/Manifest.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ version = "1.0.10+0"
224224

225225
[[GLFW_jll]]
226226
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libglvnd_jll", "Pkg", "Xorg_libXcursor_jll", "Xorg_libXi_jll", "Xorg_libXinerama_jll", "Xorg_libXrandr_jll"]
227-
git-tree-sha1 = "dba1e8614e98949abfa60480b13653813d8f0157"
227+
git-tree-sha1 = "0c603255764a1fa0b61752d2bec14cfbd18f7fe8"
228228
uuid = "0656b61e-2033-5cc2-a64a-77c0f6c09b89"
229-
version = "3.3.5+0"
229+
version = "3.3.5+1"
230230

231231
[[GR]]
232232
deps = ["Base64", "DelimitedFiles", "GR_jll", "HTTP", "JSON", "Libdl", "LinearAlgebra", "Pkg", "Printf", "Random", "Serialization", "Sockets", "Test", "UUIDs"]
@@ -493,9 +493,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
493493

494494
[[MacroTools]]
495495
deps = ["Markdown", "Random"]
496-
git-tree-sha1 = "5a5bc6bf062f0f95e62d0fe0a2d99699fed82dd9"
496+
git-tree-sha1 = "3d3e902b31198a27340d0bf00d6ac452866021cf"
497497
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
498-
version = "0.5.8"
498+
version = "0.5.9"
499499

500500
[[Markdown]]
501501
deps = ["Base64"]

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
55
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
66
EcosystemCore = "3e0d8730-8ea0-4ee2-afe6-c85384c618a2"
77
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
8+
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
89
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
910
ProfileSVG = "132c30aa-f267-4189-9183-c8a63c7e05e6"
1011
Scientific_Programming_in_Julia = "ff288558-a322-4c39-84bc-85bf6acf7e03"

0 commit comments

Comments
 (0)