Skip to content

Commit

Permalink
Update to v0.1.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Jun 26, 2024
1 parent 774c3d7 commit d39eadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ gloo = "0.11.0"
js-sys = "0.3"
p256 = {version = "0.13", features = ["ecdsa"]}
serde_json = "1.0.107"
spansy = {git = "https://github.com/tlsnotary/tlsn-utils", rev = "7519f51"}
tlsn-core = {git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.5", package = "tlsn-core"}
spansy = {git = "https://github.com/tlsnotary/tlsn-utils", rev = "f8d4533"}
tlsn-core = {git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.6", package = "tlsn-core"}
wasm-bindgen = "0.2.89"
wasm-logger = "0.2.0"
web-sys = {version = "0.3", features = ["File", "DragEvent", "DataTransfer"]}
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<link data-trunk rel="icon" href="./tlsnotary.ico" />

<link data-trunk rel="css" href="prism/prism.css" />
<script data-trunk src="prism/prism.js" />

<script data-trunk src="prism/prism.js"></script>
</head>

<body></body>
Expand Down

0 comments on commit d39eadc

Please sign in to comment.