Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld committed Jan 7, 2021
1 parent 66eb4c1 commit 8ef55e2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-object-pool"
version = "0.1.3"
version = "0.1.4"
authors = ["Alexander Liesenfeld <alexander.liesenfeld@outlook.com>"]
edition = "2018"
description = "A simple object pool implementation that uses asynchronous synchronization primitives only."
Expand All @@ -11,7 +11,7 @@ license = "MIT"
repository = "https://github.com/alexliesenfeld/async-object-pool"

[dependencies]
async-std = {version = "1.7.0", features = ["unstable"] }
async-std = {version = "1.8.0", features = ["unstable"] }

[dev-dependencies]
async-std = {version = "1.7.0", features = ["unstable", "attributes"] }
async-std = {version = "1.8.0", features = ["unstable", "attributes"] }
12 changes: 12 additions & 0 deletions async-object-pool.iml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="RUST_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

0 comments on commit 8ef55e2

Please sign in to comment.